Version 0.1.12 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@440 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2002-05-10 14:41:21 +00:00
parent c918ef0f40
commit 62099ea6b9
1 changed files with 2 additions and 1 deletions

View File

@ -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)