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 <[email protected]>
Committer: Peter Dunkley <[email protected]>
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)
 


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

Reply via email to