aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-20 07:16:27 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-20 07:16:27 +0000
commit12b4d5a8afe1ac2d3a7a7e8ce73634187cf99011 (patch)
treee8957b5460661b0a66749a19e36790feefe69108 /apps/Makefile
parent17ec4d3db79d2f5208d6a64f85760daf9ee89416 (diff)
Add experimental nbscat application
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2490 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 06d09a30d..b8a82ea82 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -25,7 +25,8 @@ 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_random.so app_ices.so app_eval.so
+ app_setcdruserfield.so app_random.so app_ices.so app_eval.so \
+ app_nbscat.so
ifneq (${OSARCH},Darwin)
APPS+=app_intercom.so