summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-06-11 14:06:30 +0000
committerMark Spencer <markster@digium.com>2004-06-11 14:06:30 +0000
commit1bc96b7aabb6292df9b287cd4b6f748accfce061 (patch)
tree1e8f8864e8adbf16ffb4e81790609a7271c4a5be /apps/Makefile
parentbad7cc9c140fca945d6949dfd0607fb8bb46e6aa (diff)
Add talk detectection app (BackgroundDetect)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3188 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 5ff4a69cc..f0a11b8c6 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -27,7 +27,8 @@ 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_controlplayback.so
+ app_groupcount.so app_txtcidname.so app_controlplayback.so \
+ app_talkdetect.so
ifneq (${OSARCH},Darwin)
APPS+=app_intercom.so