aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-24 05:01:49 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-24 05:01:49 +0000
commit6e1cde822c5fe3db3c723ea258a2f80aaa8698ab (patch)
tree67446072bfb775067042744456e04f311325b83e /apps/Makefile
parent9378d3a2c1a7cd0d77ccc94849079cc3acc1fac9 (diff)
Add WaitForSilence application (bug #2467)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4329 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 449379bee..a50ac8091 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -30,7 +30,7 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\
app_groupcount.so app_txtcidname.so app_controlplayback.so \
app_talkdetect.so app_alarmreceiver.so app_userevent.so app_verbose.so \
app_test.so app_forkcdr.so app_math.so app_realtime.so \
- app_dumpchan.so
+ app_dumpchan.so app_waitforsilence.so
ifneq (${OSARCH},Darwin)
APPS+=app_intercom.so