aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-10 23:24:39 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-10 23:24:39 +0000
commitae309d52ddaeff43ad799f9a2f6651b2e05eb259 (patch)
treebb9147bb4d453c9405dee50bd7f6104e90dcb455 /apps/Makefile
parentc7f7b432529614351a08ea12c4c4e6d3ec544e3b (diff)
add ExternalIVR() application
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6317 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 104aa4054..a6e7a9dc9 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_dictate.so app_externalivr.c
ifneq (${OSARCH},Darwin)
ifneq (${OSARCH},SunOS)