[Asterisk-cvs] asterisk/res Makefile,1.28,1.29

kpfleming kpfleming
Mon Nov 7 19:21:15 CST 2005


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

Modified Files:
	Makefile 
Log Message:
issue #5634 and a little ChangeLog cleanup


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/res/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile	1 Nov 2005 21:53:30 -0000	1.28
+++ Makefile	8 Nov 2005 00:12:21 -0000	1.29
@@ -53,9 +53,11 @@
 
 CFLAGS+=
 
+ifndef WITHOUT_ZAPTEL
 ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/linux/zaptel.h)$(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/zaptel.h),)
   CFLAGS+=-DZAPATA_MOH
 endif
+endif # WITHOUT_ZAPTEL
 
 #
 # Work around buggy RedHat 9.0




More information about the svn-commits mailing list