Module: sip-router Branch: master Commit: 74617fd73c9079b89d67c767fe70520f5bcc2e1f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74617fd7...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Tue Oct 5 19:23:17 2010 +0200
make: exclude seas if -DWITH_AS_SUPPORT was not set
---
Makefile | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index 87e17f8..d833d72 100644 --- a/Makefile +++ b/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