aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-19 17:16:46 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-19 17:16:46 +0000
commit9ffd2c811e26e2d146c1a3ba709ea41fc8fac408 (patch)
treeb61936697528abc252aa171e15d004ad21ac203f /channels/Makefile
parent9a7d10a9238fe9b371e5b9bc24e1876116de9186 (diff)
Re-Disable building chan_iax.so
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3017 f38db490-d61c-443f-a65b-d21fe96a405b
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