|
|
|
|
@ -254,12 +254,23 @@
|
|
|
|
|
+}
|
|
|
|
|
--- a/Makefile.groups
|
|
|
|
|
+++ b/Makefile.groups
|
|
|
|
|
@@ -13,7 +13,7 @@
|
|
|
|
|
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 stun sipt
|
|
|
|
|
+ textopsx tm tmx topoh xlog rtpproxy-ng stun sipt tcap
|
|
|
|
|
@@ -160,6 +160,9 @@
|
|
|
|
|
# - modules depending on gzip library
|
|
|
|
|
mod_list_gzcompress=gzcompress
|
|
|
|
|
|
|
|
|
|
# - extra used modules, with no extra dependency
|
|
|
|
|
mod_list_extra=avp auth_diameter call_control cnxcc dmq domainpolicy msrp pdb \
|
|
|
|
|
+# - modules depending on libtcap library
|
|
|
|
|
+mod_list_tcap=tcap
|
|
|
|
|
+
|
|
|
|
|
# - all modules
|
|
|
|
|
mod_list_all=$(sort $(mod_list_basic) $(mod_list_extra) \
|
|
|
|
|
$(mod_list_db) $(mod_list_dbuid) \
|
|
|
|
|
@@ -240,6 +243,9 @@
|
|
|
|
|
# pkg lcrrate module
|
|
|
|
|
module_group_klcrrate=$(mod_list_lcrrate)
|
|
|
|
|
|
|
|
|
|
+# pkg tap module
|
|
|
|
|
+module_group_ktcap=$(mod_list_tcap)
|
|
|
|
|
+
|
|
|
|
|
### --- Groups defined for pacKaging ###
|
|
|
|
|
|
|
|
|
|
# Standard modules in main pkg
|
|
|
|
|
|