aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-21 23:00:00 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-21 23:00:00 +0000
commit8bdcb1cce9a36b849dee08ef895470a5fc19b5c3 (patch)
treee3c67f739a07e309cb430ca8079bddd97661aa9c /apps/Makefile
parent684c97381b8ae23cb4dc3a074b8189d570c04532 (diff)
Add userevent application (bug #1300)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3266 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 5f177c19c..e5af2b4d7 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_alarmreceiver.so
+ app_talkdetect.so app_alarmreceiver.so app_userevent.so
ifneq (${OSARCH},Darwin)
APPS+=app_intercom.so