aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-03 04:16:13 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-03 04:16:13 +0000
commit2208e8c008290610341eec2714281b671b7dc76a (patch)
treea011bf5838852558f92089a6010ded7a91c31fd3 /apps/Makefile
parent3b9fc4dffc3806747f3b46017a4afe8124d53265 (diff)
Don't build app_intercom...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5831 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 d700cc68d..9d4a36b4e 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -36,7 +36,7 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\
ifneq (${OSARCH},Darwin)
ifneq (${OSARCH},SunOS)
-APPS+=app_intercom.so
+#APPS+=app_intercom.so
endif
endif