[Asterisk-cvs] asterisk/channels Makefile,1.39,1.40

markster at lists.digium.com markster at lists.digium.com
Tue Mar 16 11:08:30 CST 2004


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

Modified Files:
	Makefile 
Log Message:
Fix small typo


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/Makefile,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Makefile	15 Mar 2004 23:32:58 -0000	1.39
+++ Makefile	16 Mar 2004 16:02:57 -0000	1.40
@@ -43,7 +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")
+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