aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-29 13:03:39 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-29 13:03:39 +0000
commitf0c5eec5e6954f4672077bfd643b9c9bc20eacdb (patch)
tree733c1426d767073571f32634c628d48851a4e282 /channels/Makefile
parent583742c6e35712e4532e54edcf7f9bae203b9151 (diff)
Don't build old chan_iax by default (oops)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3347 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 e67af1994..c1ce59939 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