[Asterisk-cvs] asterisk/apps Makefile,1.48,1.49
markster at lists.digium.com
markster at lists.digium.com
Sun Jan 11 10:42:23 CST 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv13792/apps
Modified Files:
Makefile
Log Message:
Only build app_zapscan when zap is there
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/Makefile,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- Makefile 11 Jan 2004 09:08:14 -0000 1.48
+++ Makefile 11 Jan 2004 16:34:09 -0000 1.49
@@ -25,7 +25,7 @@
app_waitforring.so app_privacy.so app_db.so app_chanisavail.so \
app_enumlookup.so app_transfer.so app_setcidnum.so app_cdr.so \
app_hasnewvoicemail.so app_sayunixtime.so app_cut.so app_read.so \
- app_setcdruserfield.so app_zapscan.so
+ app_setcdruserfield.so
ifneq (${OSARCH},Darwin)
APPS+=app_intercom.so
@@ -34,7 +34,7 @@
#APPS+=app_sql_postgres.so
#APPS+=app_sql_odbc.so
-APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so" ; fi)
+APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi)
#APPS+=$(shell if [ -f /usr/include/zap.h ]; then echo "app_rpt.so" ; fi)
CFLAGS+=-fPIC
More information about the svn-commits
mailing list