From eacc1e95a536cbdbf0fe7a09cfa9fb519b401b50 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 10 Aug 2005 13:32:06 +0000 Subject: [PATCH] Place private include directives before CAIRO_CFLAGS in case pixman remains installed in the system. --- ChangeLog | 6 ++++++ test/Makefile.am | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9f844c019..31362af91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-10 Keith Packard + + * test/Makefile.am: + Place private include directives before CAIRO_CFLAGS in case + pixman remains installed in the system. + 2005-08-10 Carl Worth From Keith Packard , diff --git a/test/Makefile.am b/test/Makefile.am index 8baedffea..27d8b373f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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