From 82453465f0c267688f70f34d3a7465cbcc9b5cab Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 10 Aug 2005 23:25:55 +0000 Subject: [PATCH] correct error Makefile git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6318 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index a6e7a9dc93..e9cfa8591b 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)