projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor moh Makefile patch
[asterisk/asterisk.git]
/
res
/
Makefile
diff --git
a/res/Makefile
b/res/Makefile
index
9c4bffb
..
686ca97
100755
(executable)
--- a/
res/Makefile
+++ b/
res/Makefile
@@
-11,11
+11,12
@@
# the GNU General Public License
#
# the GNU General Public License
#
-MODS=res_adsi.so res_parking.so res_crypto.so
+MODS=res_adsi.so res_parking.so res_crypto.so res_musiconhold.so res_indications.so
CRYPTO_LIBS=-lssl -lcrypto
CFLAGS+=
CRYPTO_LIBS=-lssl -lcrypto
CFLAGS+=
+CFLAGS+=$(shell [ -f /usr/include/linux/zaptel.h ] && echo " -DZAPATA_MOH")
all: $(MODS)
all: $(MODS)