summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-02-27 19:07:46 +0000
committerMark Spencer <markster@digium.com>2005-02-27 19:07:46 +0000
commit85a0e13c7303dfcf423eedace00ddaf372cfe732 (patch)
tree9f1e5fe39404d9956af0d7ad47e2b60637cd5c30 /apps/Makefile
parent78b9e92af9b655e97c4dab52c2eb3148a686e038 (diff)
Merge mog's ReadFile application (bug #3670)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5099 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 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)