summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-06-03 04:16:13 +0000
committerMark Spencer <markster@digium.com>2005-06-03 04:16:13 +0000
commitfbe952ccb773a88125f35e699ff014eab9c30742 (patch)
treea011bf5838852558f92089a6010ded7a91c31fd3 /apps/Makefile
parent6107dfe927aab1a17d55307d37575899676a8a92 (diff)
Don't build app_intercom...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5831 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 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