Просмотр исходного кода

make: exclude seas if -DWITH_AS_SUPPORT was not set

Andrei Pelinescu-Onciul 15 лет назад
Родитель
Сommit
74617fd73c
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -307,6 +307,10 @@ else
 	exclude_modules+= app_python
 	# depends on libxml2
 	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
 
 # always exclude the CVS dir