aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-30 01:43:41 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-30 01:43:41 +0000
commit0a6847a9ea05e87de3931cec1d6f107aae6fd571 (patch)
treea48f3b9f2ad04b5e3615147697329c087e881311 /apps/Makefile
parent1690bd37141bb188b428ae55855b8bbcd77c997e (diff)
Add test application (TestClient/TestServer), thanks Russell!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3677 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 b2269e627..5aacce21f 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -29,7 +29,7 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.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_test.so
+ app_test.so
ifneq (${OSARCH},Darwin)
APPS+=app_intercom.so