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

Author: Carsten Bock <[email protected]>
Committer: Carsten Bock <[email protected]>
Date:   Thu Jan  3 15:02:40 2013 +0100

- Add group for IMS modules
- Added convenience rule to build packages for current debian-stable

---

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

diff --git a/Makefile b/Makefile
index be04c68..1ac9732 100644
--- a/Makefile
+++ b/Makefile
@@ -294,6 +294,11 @@ module_group_kredis=ndb_redis
 # K mono module
 module_group_kmono=app_mono
 
+# For IMS
+# kamailio modules
+module_group_kims=auth_ims cdp cdp_avp dialog2 ims_qos isc icscf ipsec\
+                        registrar_pcscf registrar_scscf usrloc_pcscf 
usrloc_scscf
+
 # 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),)
@@ -868,6 +873,17 @@ deb:
                rm debian; \
        fi
 
+.PHONY: deb-stable
+deb-stable:
+       -@if [ -d debian ]; then \
+               dpkg-buildpackage -rfakeroot -tc; \
+               rm debian; \
+       else \
+               ln -s pkg/$(MAIN_NAME)/deb/squeeze debian; \
+               dpkg-buildpackage -rfakeroot -tc; \
+               rm debian; \
+       fi
+
 .PHONY: sunpkg
 sunpkg:
        mkdir -p tmp/$(MAIN_NAME)


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to