[sr-dev] git:master: Makefile: kamailio build updates

Ovidiu Sas osas at voipembedded.com
Wed Sep 29 23:14:42 CEST 2010


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

Author: root <root at centos.(none)>
Committer: root <root at centos.(none)>
Date:   Wed Sep 29 10:16:27 2010 -0400

Makefile: kamailio build updates

 - adding acc_radius to the list of module_group_kradius
 - define module_group_klua
 - define module_group_kpython
 - define module_group_kgeoip

---

 Makefile |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 311a16c..9f2f51c 100644
--- a/Makefile
+++ b/Makefile
@@ -217,7 +217,7 @@ module_group_kpostgres=db_postgres
 module_group_kcpl=cpl-c
 
 # K radius modules
-module_group_kradius=auth_radius misc_radius peering
+module_group_kradius=acc_radius auth_radius misc_radius peering
 
 # K unixodbc module
 module_group_kunixodbc=db_unixodbc
@@ -260,6 +260,15 @@ module_group_kpresence=presence presence_dialoginfo presence_mwi presence_xml \
 						pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp \
 						rls xcap_client xcap_server
 
+# K lua module
+module_group_klua=app_lua
+
+# K python module
+module_group_kpython=app_python
+
+# K geoip module
+module_group_kgeoip=geoip
+
 # 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),)




More information about the sr-dev mailing list