summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-08-28 17:12:01 +0000
committerMark Spencer <markster@digium.com>2004-08-28 17:12:01 +0000
commit616780b64e6d849a1b2fd2df091a0a1090677cb2 (patch)
treef82e5e6decf2e8e04e4db3edfc1d1a73ebda38f4 /apps/Makefile
parent90a497c3b81c4cda67cfda52dbddda3b0c29e0ee (diff)
Warn if unable to open an overridden config file (but #2285)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3669 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index a1504f5ee..d81b2154d 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -28,7 +28,8 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\
app_setcdruserfield.so app_random.so app_ices.so app_eval.so \
app_nbscat.so app_sendtext.so app_exec.so app_sms.so \
app_groupcount.so app_txtcidname.so app_controlplayback.so \
- app_talkdetect.so app_alarmreceiver.so app_userevent.so app_verbose.so
+ app_talkdetect.so app_alarmreceiver.so app_userevent.so app_verbose.so \
+ app_test.so
ifneq (${OSARCH},Darwin)
APPS+=app_intercom.so