summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-05-26 18:38:10 +0000
committerMark Spencer <markster@digium.com>2004-05-26 18:38:10 +0000
commit682913a1f32be13fd642d9f18fea0792e4480feb (patch)
tree39697f2cddb436c4e8daf46a6f59c04eca3ed9b5 /apps/Makefile
parent82b3a5f41796748a2b2cba7d393a08841ffb957d (diff)
Add controlplayback app
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3077 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 f7aca4639..708ac94cc 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -27,7 +27,7 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.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_sendtext.so app_exec.so app_sms.so \
- app_groupcount.so app_txtcidname.so
+ app_groupcount.so app_txtcidname.so app_controlplayback.so
ifneq (${OSARCH},Darwin)
ifneq (${OSARCH},FreeBSD)