summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-08-10 23:25:55 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-08-10 23:25:55 +0000
commit82453465f0c267688f70f34d3a7465cbcc9b5cab (patch)
tree94604d2011e1db2158c03eb66d551a1c40d4b5f0 /apps/Makefile
parentd0ec4b9e94e7915dd50118832c65ffada037e471 (diff)
correct error Makefile
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6318 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 a6e7a9dc9..e9cfa8591 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -32,7 +32,7 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.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_dictate.so app_externalivr.c
+ app_dictate.so app_externalivr.so
ifneq (${OSARCH},Darwin)
ifneq (${OSARCH},SunOS)