[sr-dev] git:master: Makefiles: moved stun to the standard module group now that it has no external dependencies

Peter Dunkley peter.dunkley at crocodile-rcs.com
Thu Sep 12 23:55:22 CEST 2013


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

Author: Peter Dunkley <peter.dunkley at crocodilertc.net>
Committer: Peter Dunkley <peter.dunkley at crocodilertc.net>
Date:   Thu Sep 12 22:41:37 2013 +0100

Makefiles: moved stun to the standard module group now that it has no external dependencies

---

 Makefile.groups |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/Makefile.groups b/Makefile.groups
index e365362..d6854f7 100644
--- a/Makefile.groups
+++ b/Makefile.groups
@@ -13,7 +13,7 @@ mod_list_basic=async auth benchmark blst cfg_rpc cfgutils corex counters \
 				   mediaproxy mi_datagram mi_fifo mi_rpc mqueue \
 				   nat_traversal nathelper path pike pv ratelimit rr rtimer \
 				   rtpproxy sanity sdpops siputils sl statistics textops \
-				   textopsx tm tmx topoh xlog rtpproxy-ng
+				   textopsx tm tmx topoh xlog rtpproxy-ng stun
 
 # - extra used modules, with no extra dependency
 mod_list_extra=avp auth_diameter call_control cnxcc dmq domainpolicy msrp pdb \
@@ -95,9 +95,6 @@ mod_list_outbound=outbound
 # - modules depending on openssl and unistring library
 mod_list_websocket=websocket
 
-# - modules depending on openssl library
-mod_list_stun=stun
-
 # - modules depending on libval-threads libcrypto libsres libpthread
 mod_list_dnssec=dnssec
 
@@ -177,9 +174,8 @@ mod_list_all=$(sort $(mod_list_basic) $(mod_list_extra) \
 			   $(mod_list_cassandra) $(mod_list_oracle) \
 			   $(mod_list_iptrtpproxy) $(mod_list_mi_xmlrpc) \
 			   $(mod_list_outbound) $(mod_list_osp) \
-			   $(mod_list_java) $(mod_list_stun) \
-			   $(mod_list_dnssec) $(mod_list_sctp) \
-			   $(mod_list_autheph))
+			   $(mod_list_java) $(mod_list_dnssec) \
+			   $(mod_list_sctp) $(mod_list_autheph))
 
 
 
@@ -328,9 +324,6 @@ module_group_koutbound=$(mod_list_outbound)
 # pkg java module
 module_group_kjava=$(mod_list_java)
 
-# pkg stun module
-module_group_kstun=$(mod_list_stun)
-
 # pkg dnssec module
 module_group_kdnssec=$(mod_list_dnssec)
 




More information about the sr-dev mailing list