From: Mark Spencer Date: Mon, 24 Mar 2003 20:19:37 +0000 (+0000) Subject: Minor moh Makefile patch X-Git-Tag: 0.4.0~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=429d086d2c9256b96dff2370375d8036eb8f927e;p=thirdparty%2Fasterisk.git Minor moh Makefile patch git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@680 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/Makefile b/res/Makefile index ea533f932d..686ca9718d 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)