mirror of https://github.com/sipwise/sems.git
- python support removed Change-Id: Id16f520b169edddbf515c2885ac394dda278ca0dmr9.2
parent
0d9a425257
commit
1619876f76
@ -0,0 +1,34 @@
|
||||
Index: sems/Makefile.defs
|
||||
===================================================================
|
||||
--- sems.orig/Makefile.defs
|
||||
+++ sems/Makefile.defs
|
||||
@@ -85,7 +85,10 @@ exclude_core_modules = g729 silk
|
||||
# build in support for monitoring?
|
||||
#
|
||||
#
|
||||
-USE_MONITORING=yes
|
||||
+USE_MONITORING=no
|
||||
+
|
||||
+#include SBC tools into build
|
||||
+USE_SBC_TOOLS=no
|
||||
|
||||
# Support for long debug messages? (useful for debugging SIP messages' contents)
|
||||
#
|
||||
Index: sems/apps/sbc/Makefile
|
||||
===================================================================
|
||||
--- sems.orig/apps/sbc/Makefile
|
||||
+++ sems/apps/sbc/Makefile
|
||||
@@ -4,7 +4,12 @@ module_ldflags =
|
||||
module_cflags =
|
||||
|
||||
extra_target = make_call_control_mods
|
||||
-extra_install = install_tools install_call_control_mods
|
||||
+extra_install = install_call_control_mods
|
||||
+
|
||||
+ifeq ($(USE_SBC_TOOLS), yes)
|
||||
+extra_install += install_tools
|
||||
+endif
|
||||
+
|
||||
extra_clean = clean_call_control_mods
|
||||
|
||||
COREPATH ?= ../../core
|
Loading…
Reference in new issue