aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-02 01:09:05 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-02 01:09:05 +0000
commit8c00c4e642dacfd3e0d2a19c9f6d1d336ab117ac (patch)
tree284925a71768686cc99b13067e9cc26743177000 /channels/Makefile
parent01baf985e992e560a46c41aea57a298634bd76a6 (diff)
Remove IAX and VoFR channel drivers permenantly
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3876 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/Makefile')
-rwxr-xr-xchannels/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 5cd1b2a3f..1baf84ea8 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -26,17 +26,6 @@ CHANNEL_LIBS=chan_modem.so chan_sip.so \
chan_agent.so chan_mgcp.so chan_iax2.so \
chan_local.so chan_skinny.so
-#
-# If you really want IAX1 uncomment the following, but it is
-# unmaintained
-#
-#CHANNEL_LIBS+=chan_iax.so
-
-#
-# If you really want VoFR you can have it :-P
-#
-#CHANNEL_LIBS+=chan_vofr
-
ifeq (${OSARCH},OpenBSD)
MYSQLLIB=-L/usr/local/lib/mysql -lmysqlclient
CFLAGS+=-I/usr/local/include