aboutsummaryrefslogtreecommitdiffstats
path: root/res/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-24 20:19:37 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-24 20:19:37 +0000
commit038d5824a58e2c66d55f95ec234a8eb912d24b5c (patch)
tree7fc3fd05c7a02daad364f5fbf32dc40b0aa853e0 /res/Makefile
parentb35f328717ba361412fe236e02935909b1a295ea (diff)
Minor moh Makefile patch
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@680 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/Makefile')
-rwxr-xr-xres/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/Makefile b/res/Makefile
index ea533f932..686ca9718 100755
--- 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)