summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-04-07 17:19:25 +0000
committerMark Spencer <markster@digium.com>2004-04-07 17:19:25 +0000
commit78641613c729975b935c10f4a36ecb9890bdf999 (patch)
tree9892c6c76f9c2d727f30adc2a1419a4e7c7c3705 /apps/Makefile
parent42034844dc4c3c91ef325d97aee15c6c2c19411c (diff)
Add sendtext application
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2653 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index b8a82ea82..ada6431a9 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -26,7 +26,7 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.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_nbscat.so
+ app_nbscat.so app_sendtext.so
ifneq (${OSARCH},Darwin)
APPS+=app_intercom.so