aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-11 14:06:30 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-11 14:06:30 +0000
commit8ba081fd020cbbb051d2658da8374333df473fc2 (patch)
tree1e8f8864e8adbf16ffb4e81790609a7271c4a5be /apps/Makefile
parent588ea7fd9d97045353a49d2e9bb3d265ed3f08ba (diff)
Add talk detectection app (BackgroundDetect)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3188 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 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