summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-01-11 16:34:09 +0000
committerMark Spencer <markster@digium.com>2004-01-11 16:34:09 +0000
commit9b960f35552a4493049cfb9df9d208f2ad33625c (patch)
tree3c1424644eb8461ba29e190184185efc6eb40e6e /apps
parented72e0e169724b4f1d6f803cf5ecb979634ca2f4 (diff)
Only build app_zapscan when zap is there
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1946 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rwxr-xr-xapps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 167f27893..2f81a5d84 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -25,7 +25,7 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\
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 @@ endif
#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