aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-06-16 16:06:38 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-06-16 16:06:38 +0000
commit086b38c816adbabf3451bf9b7adee64bf2cb9c9b (patch)
tree39eb4197c77e43d103a8882c65e2e7eb29b3d04a /channels
parentd69ac6d42d1408994c14bf67a3bc60f50f97044d (diff)
Version 0.1.12 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@461 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/channels/Makefile b/channels/Makefile
index ca91618eb..dc5cabba4 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -11,10 +11,15 @@
# the GNU General Public License
#
-CHANNEL_LIBS=chan_vofr.so chan_modem.so \
- chan_modem_aopen.so chan_iax.so chan_oss.so \
+CHANNEL_LIBS=chan_modem.so chan_iax.so chan_sip.so \
+ chan_modem_aopen.so chan_oss.so \
chan_modem_bestdata.so chan_modem_i4l.so
+#
+# If you really want VoFR you can have it :-P
+#
+#CHANNEL_LIBS+=chan_vofr
+
CHANNEL_LIBS+=$(shell [ -f /usr/include/linux/ixjuser.h ] && echo chan_phone.so)
CFLAGS+=-Wno-missing-prototypes -Wno-missing-declarations