[sr-dev] git:master: Makefile: json modules added to excluded list

Daniel-Constantin Mierla miconda at gmail.com
Tue Aug 23 00:04:04 CEST 2011


Module: sip-router
Branch: master
Commit: fecb235c07b095a12a6d06a8013d803016f00e72
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fecb235c07b095a12a6d06a8013d803016f00e72

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Mon Aug 22 23:55:14 2011 +0200

Makefile: json modules added to excluded list

- they depend on json-c library

---

 Makefile |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 01f8f41..0eb44e8 100644
--- a/Makefile
+++ b/Makefile
@@ -276,6 +276,9 @@ module_group_kgeoip=geoip
 # K sqlite module
 module_group_ksqlite=db_sqlite
 
+# K json modules
+module_group_kjson=json jsonrpc-c
+
 # 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),)
@@ -313,6 +316,8 @@ else
 	exclude_modules+= app_python
 	# depends on libxml2
 	exclude_modules+= xmlops
+	# depends on jsoc-c
+	exclude_modules+= json jsonrpc-c
 	# depends on tm being compiled with -DWITH_AS_SUPPORT support
 ifeq (,$(findstring -DWITH_AS_SUPPORT, $(C_DEFS)))
 		exclude_modules+= seas




More information about the sr-dev mailing list