mirror of https://github.com/sipwise/sems.git
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@886 8eb893ce-cfd4-0310-b710-fb5ebe64c474sayer/1.4-spce2.6
parent
b71eecb0c4
commit
3bf6694201
@ -0,0 +1,26 @@
|
||||
Index: apps/Makefile
|
||||
===================================================================
|
||||
--- apps/Makefile (revision 885)
|
||||
+++ apps/Makefile (working copy)
|
||||
@@ -4,7 +4,7 @@
|
||||
include $(COREPATH)/../Makefile.defs
|
||||
|
||||
exclude_modules ?= mp3 examples py_sems
|
||||
-modules ?= $(filter-out $(exclude_modules) \
|
||||
+modules ?= $(filter-out $(subst ;, ,$(exclude_modules))\
|
||||
$(wildcard Makefile*) CVS, \
|
||||
$(wildcard *) ) examples/tutorial/cc_acc
|
||||
#modules = wav gsm ilbc bot echo announcement recorder voicemail dtmf_demo ivr
|
||||
Index: core/plug-in/Makefile
|
||||
===================================================================
|
||||
--- core/plug-in/Makefile (revision 884)
|
||||
+++ core/plug-in/Makefile (working copy)
|
||||
@@ -3,7 +3,7 @@
|
||||
exclude_modules ?=
|
||||
#echo
|
||||
|
||||
-modules = $(filter-out $(exclude_modules) \
|
||||
+modules = $(filter-out $(subst ;, ,$(exclude_modules)) \
|
||||
$(wildcard Makefile*) CVS, \
|
||||
$(wildcard *) )
|
||||
#modules = wav gsm ilbc bot echo announcement recorder voicemail dtmf_demo ivr
|
||||
Loading…
Reference in new issue