projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c918ef0
)
Version 0.1.12 from FTP
author
Mark Spencer
<markster@digium.com>
Fri, 10 May 2002 14:41:21 +0000
(14:41 +0000)
committer
Mark Spencer
<markster@digium.com>
Fri, 10 May 2002 14:41:21 +0000
(14:41 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@440
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/Makefile
patch
|
blob
|
history
diff --git
a/res/Makefile
b/res/Makefile
index
9c4bffb
..
b0adc07
100755
(executable)
--- a/
res/Makefile
+++ b/
res/Makefile
@@
-11,11
+11,12
@@
# 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
CRYPTO_LIBS=-lssl -lcrypto
CFLAGS+=
+CFLAGS+=$(shell [ -f /usr/include/zap.h ] && echo " -DZAPATA_MOH")
all: $(MODS)