[Asterisk-cvs] asterisk/channels Makefile,1.77,1.78

kpfleming kpfleming
Wed Nov 16 16:04:20 CST 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv7923/channels

Modified Files:
	Makefile 
Log Message:
don't build chan_modem by default


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/Makefile,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- Makefile	8 Nov 2005 00:12:21 -0000	1.77
+++ Makefile	16 Nov 2005 20:54:15 -0000	1.78
@@ -17,7 +17,8 @@
 CHANNEL_LIBS=chan_sip.so chan_agent.so chan_mgcp.so chan_iax2.so chan_local.so chan_skinny.so chan_features.so
 
 ifneq (${OSARCH},CYGWIN)
-CHANNEL_LIBS+=chan_modem.so chan_modem_aopen.so chan_modem_bestdata.so
+# if you really, really want to use these drivers, uncomment the line below
+#CHANNEL_LIBS+=chan_modem.so chan_modem_aopen.so chan_modem_bestdata.so
 endif
 
 ifeq ($(findstring BSD,${OSARCH}),BSD)




More information about the svn-commits mailing list