[Asterisk-cvs] asterisk/channels Makefile,1.37.2.1,1.37.2.2

malcolmd at lists.digium.com malcolmd at lists.digium.com
Mon Mar 15 18:39:34 CST 2004


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

Modified Files:
      Tag: v1-0_stable
	Makefile 
Log Message:
Bug #1222: Fixed


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/Makefile,v
retrieving revision 1.37.2.1
retrieving revision 1.37.2.2
diff -u -d -r1.37.2.1 -r1.37.2.2
--- Makefile	9 Mar 2004 20:11:24 -0000	1.37.2.1
+++ Makefile	15 Mar 2004 23:33:50 -0000	1.37.2.2
@@ -43,6 +43,7 @@
 ZAPR2=$(shell [ -f /usr/lib/libmfcr2.so.1 ] && echo "-lmfcr2")
 CFLAGS+=$(shell [ -f /usr/include/linux/zaptel.h ] && echo "-DIAX_TRUNKING")
 CHANNEL_LIBS+=$(shell [ -f /usr/include/vpbapi.h ] && echo "chan_vpb.so" )
+CFLAGS+=$(shell [ -f /usr/include/vpbapi.h ] && echo " -DLINUX")
 
 ALSA_SRC=chan_alsa.c
 ALSA_SRC+=$(shell [ -f alsa-monitor.h ] && echo "alsa-monitor.h")




More information about the svn-commits mailing list