|
@@ -307,6 +307,10 @@ else
|
|
exclude_modules+= app_python
|
|
exclude_modules+= app_python
|
|
# depends on libxml2
|
|
# depends on libxml2
|
|
exclude_modules+= xmlops
|
|
exclude_modules+= xmlops
|
|
|
|
+ # depends on tm being compiled with -DWITH_AS_SUPPORT support
|
|
|
|
+ifeq (,$(findstring -DWITH_AS_SUPPORT, $(C_DEFS)))
|
|
|
|
+ exclude_modules+= seas
|
|
|
|
+endif
|
|
endif
|
|
endif
|
|
|
|
|
|
# always exclude the CVS dir
|
|
# always exclude the CVS dir
|