[cairo-commit] cairo/test Makefile.am,1.76,1.77

Keith Packard commit at pdx.freedesktop.org
Wed Aug 10 13:32:12 PDT 2005


Committed by: keithp

Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv13893/test

Modified Files:
	Makefile.am 
Log Message:
2005-08-10  Keith Packard  <keithp at keithp.com>

	* test/Makefile.am:
	Place private include directives before CAIRO_CFLAGS in case
	pixman remains installed in the system.


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- Makefile.am	10 Aug 2005 19:36:51 -0000	1.76
+++ Makefile.am	10 Aug 2005 20:32:09 -0000	1.77
@@ -133,11 +133,11 @@
 # problem.
 INCLUDES =					\
 	-D_GNU_SOURCE				\
-	$(CAIRO_CFLAGS)				\
 	-I$(srcdir)				\
 	-I$(top_srcdir)/pixman/src		\
 	-I$(top_builddir)/src			\
-	-I$(top_srcdir)/src
+	-I$(top_srcdir)/src			\
+	$(CAIRO_CFLAGS)
 
 noinst_LTLIBRARIES = libcairotest.la
 




More information about the cairo-commit mailing list