summaryrefslogtreecommitdiff
path: root/res/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2002-05-10 14:41:21 +0000
committerMark Spencer <markster@digium.com>2002-05-10 14:41:21 +0000
commit62099ea6b96f12dde33ea590970d4ffb86c3f603 (patch)
treef3451a7cdb750b0bd9a09098e64e63c6e47d6edb /res/Makefile
parentc918ef0f40c543c68c4f38b12bb38a047cff7471 (diff)
Version 0.1.12 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@440 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/Makefile')
-rwxr-xr-xres/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/Makefile b/res/Makefile
index 9c4bffb6c..b0adc07c0 100755
--- 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)