aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-27 19:07:46 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-27 19:07:46 +0000
commitc33ca69a5d99391fc96ef19996fad002a3a8712d (patch)
tree9f1e5fe39404d9956af0d7ad47e2b60637cd5c30 /apps/Makefile
parent3f422b8a43f78cc1b1336a204f34dbadbeef0ac2 (diff)
Merge mog's ReadFile application (bug #3670)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5099 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 7b527d343..f37aadab7 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -31,7 +31,7 @@ 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_md5.so app_readfile.so
ifneq (${OSARCH},Darwin)
ifneq (${OSARCH},SunOS)