aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-11 07:37:47 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-11 07:37:47 +0000
commit9759dfd21d4b31af78498fec0e5cf16caf308fb3 (patch)
tree3230f3d8e2cb314cc76054f30f8e52922bdebc90 /apps/Makefile
parentbb35fb9d7158992c93620f47157ce263dafa7828 (diff)
add new application 'zapscan' Bug #250
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1935 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index e1f22a18d..79f0358cb 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -24,7 +24,8 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\
app_authenticate.so app_softhangup.so app_lookupblacklist.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_hasnewvoicemail.so app_sayunixtime.so app_cut.so app_read.so \
+ app_setcdruserfield.so app_zapscan.so
ifneq (${OSARCH},Darwin)
APPS+=app_intercom.so