summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-30 06:09:28 +0000
committerMark Spencer <markster@digium.com>2005-01-30 06:09:28 +0000
commitf85cf0138cfaca9669e1682ef5346411fee67c1c (patch)
tree9c5bf3c56d34ad1feb84873a3123f329165d426f /apps/Makefile
parentfe5c5ba3f8f9ff48926d41f3cc9f9836bf266b88 (diff)
Add setrdnis app (bug #3460)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4924 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 eee023016..8f2f4f5e6 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_waitforsilence.so app_while.so
+ app_dumpchan.so app_waitforsilence.so app_while.so app_setrdnis.so
ifneq (${OSARCH},Darwin)
ifneq (${OSARCH},SunOS)