summaryrefslogtreecommitdiff
path: root/channels/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'channels/Makefile')
-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