aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-04 19:33:33 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-04 19:33:33 +0000
commit3aea9a1dc72c50caece12b2a299f3a9a0dd6c639 (patch)
treeeb8ab6fb7eeeaf7e9dfbc23e581a9a4d41ba16c4 /apps/Makefile
parentcb019df918733bf9c839ca6fac8042f85941908f (diff)
add app_dictate (bug #3893)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5579 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 5d8691088..e1eb61fb9 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -31,7 +31,8 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.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_setrdnis.so \
- app_md5.so app_readfile.so app_chanspy.so app_settransfercapability.so
+ app_md5.so app_readfile.so app_chanspy.so app_settransfercapability.so \
+ app_dictate.so
ifneq (${OSARCH},Darwin)
ifneq (${OSARCH},SunOS)