|
@@ -29,7 +29,7 @@ EXTRA_EXCLUDED_MODULES=bdb dbtext oracle pa iptrtpproxy
|
|
|
|
|
|
# possible module directories that can appear in MODULES_SP
|
|
# possible module directories that can appear in MODULES_SP
|
|
# (only used for deducing a module name)
|
|
# (only used for deducing a module name)
|
|
-MDIRS=modules modules_s modules_k
|
|
|
|
|
|
+MDIRS=modules
|
|
|
|
|
|
# modules packaged in separate packages (complete with full modules_* path)
|
|
# modules packaged in separate packages (complete with full modules_* path)
|
|
# with the package name: kamailio-$(module_name)-module
|
|
# with the package name: kamailio-$(module_name)-module
|
|
@@ -41,8 +41,8 @@ MODULES_SP=
|
|
# on which other depend first)
|
|
# on which other depend first)
|
|
PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
|
|
PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
|
|
ldap xml perl utils purple memcached tls \
|
|
ldap xml perl utils purple memcached tls \
|
|
- snmpstats carrierroute xmpp cpl lua python geoip\
|
|
|
|
- redis sqlite json mono ims
|
|
|
|
|
|
+ snmpstats carrierroute xmpp cpl lua python geoip \
|
|
|
|
+ redis sqlite json mono ims outbound websocket
|
|
|
|
|
|
# name of libdir in the path for libraries (e.g., lib for 32b, lib64 for 64b)
|
|
# name of libdir in the path for libraries (e.g., lib for 32b, lib64 for 64b)
|
|
LIBDIR ?= lib
|
|
LIBDIR ?= lib
|