aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-21 19:28:34 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-21 19:28:34 +0000
commit1c571d3e6fa05c83ab5383be530af373e9a27e6a (patch)
tree0070a586581f6c73bb00f5e45b70286f740c6fcd /apps/Makefile
parent74f0a8da01e80f35ae4926a0e197ecad6333ad3f (diff)
Add app_alarmreceiver (bug #1783)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3264 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 f0a11b8c6..5f177c19c 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -28,7 +28,7 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.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_talkdetect.so
+ app_talkdetect.so app_alarmreceiver.so
ifneq (${OSARCH},Darwin)
APPS+=app_intercom.so