mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-04 06:20:19 +01:00
Place private include directives before CAIRO_CFLAGS in case pixman remains installed in the system.
This commit is contained in:
parent
a05fcce165
commit
eacc1e95a5
2 changed files with 8 additions and 2 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue