mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Minor moh Makefile patch
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@680 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user