aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-26 18:38:10 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-26 18:38:10 +0000
commit2b1441730c6e2b75503f0dc1fbce9090532c403c (patch)
tree39697f2cddb436c4e8daf46a6f59c04eca3ed9b5 /apps/Makefile
parent0ae03134156249c05dd8699ca226e2601974e607 (diff)
Add controlplayback app
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3077 f38db490-d61c-443f-a65b-d21fe96a405b
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)