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
ea533f9
..
686ca97
100755
(executable)
--- a/
res/Makefile
+++ b/
res/Makefile
@@
-16,7
+16,7
@@
MODS=res_adsi.so res_parking.so res_crypto.so res_musiconhold.so res_indications
CRYPTO_LIBS=-lssl -lcrypto
CFLAGS+=
-CFLAGS+=$(shell [ -f /usr/include/zap.h ] && echo " -DZAPATA_MOH")
+CFLAGS+=$(shell [ -f /usr/include/linux/zaptel.h ] && echo " -DZAPATA_MOH")
all: $(MODS)