summaryrefslogtreecommitdiff
path: root/channels/Makefile
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-05-19 17:16:46 +0000
committerJames Golovich <james@gnuinter.net>2004-05-19 17:16:46 +0000
commit17aeeda7743c423475a4d455316613e0a2af08bc (patch)
treeb61936697528abc252aa171e15d004ad21ac203f /channels/Makefile
parent143b73ee7b584602236bcf72e74388943bf8f503 (diff)
Re-Disable building chan_iax.so
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3017 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/Makefile')
-rwxr-xr-xchannels/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index a5274a9c2..32f611c92 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -26,7 +26,7 @@ CHANNEL_LIBS=chan_modem.so chan_sip.so \
# If you really want IAX1 uncomment the following, but it is
# unmaintained
#
-CHANNEL_LIBS+=chan_iax.so
+#CHANNEL_LIBS+=chan_iax.so
#
# If you really want VoFR you can have it :-P