Module: sip-router Branch: master Commit: b2740f62d775de3bd2d5ae4a99ac43eea8c4927a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b2740f62...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Jan 2 23:44:09 2012 +0100
Makefile: added app_mono module to exclude_modules list
---
Makefile | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index 1ea0050..0a59f95 100644 --- a/Makefile +++ b/Makefile @@ -285,6 +285,9 @@ module_group_kjson=json jsonrpc-c # K redis module module_group_kredis=ndb_redis
+# K mono module +module_group_kmono=app_mono + # if not set on the cmd. line, env or in the modules.lst (cfg_group_include) # exclude the below modules. ifneq ($(group_include)$(cfg_group_include),) @@ -326,6 +329,8 @@ else exclude_modules+= json jsonrpc-c # depends on libhiredis exclude_modules+= ndb_redis + # depends on mono-devel + exclude_modules+= app_mono # depends on tm being compiled with -DWITH_AS_SUPPORT support ifeq (,$(findstring -DWITH_AS_SUPPORT, $(C_DEFS))) exclude_modules+= seas