[Asterisk-cvs] asterisk/channels Makefile,1.60,1.61

jeremy at lists.digium.com jeremy at lists.digium.com
Thu Sep 30 15:29:26 CDT 2004


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

Modified Files:
	Makefile 
Log Message:
make chan_h323 not compile, until i can fix

Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/Makefile,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- Makefile	31 Aug 2004 16:33:00 -0000	1.60
+++ Makefile	30 Sep 2004 19:31:39 -0000	1.61
@@ -73,7 +73,7 @@
 
 CHANNEL_LIBS+=$(shell [ -f /usr/include/linux/ixjuser.h ] && echo chan_phone.so)
 CHANNEL_LIBS+=$(shell [ -f /usr/local/include/ixjuser.h ] && echo chan_phone.so)
-CHANNEL_LIBS+=$(shell [ -f h323/libchanh323.a ] && echo chan_h323.so)
+#CHANNEL_LIBS+=$(shell [ -f h323/libchanh323.a ] && echo chan_h323.so)
 
 CFLAGS+=-Wno-missing-prototypes -Wno-missing-declarations
 CFLAGS+=$(shell [ ! -f /usr/include/linux/if_wanpipe.h ] && echo " -DOLD_SANGOMA_API")




More information about the svn-commits mailing list