Place private include directives before CAIRO_CFLAGS in case pixman remains installed in the system.

This commit is contained in:
Keith Packard 2005-08-10 13:32:06 +00:00
parent a05fcce165
commit eacc1e95a5
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2005-08-10 Keith Packard <keithp@keithp.com>
* test/Makefile.am:
Place private include directives before CAIRO_CFLAGS in case
pixman remains installed in the system.
2005-08-10 Carl Worth <cworth@cworth.org>
From Keith Packard <keithp@keithp.com>,

View file

@ -133,11 +133,11 @@ check_PROGRAMS = $(TESTS)
# 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