-I$(top_builddir)/src for cairo-features.h (Tomasz Cholewo)
This commit is contained in:
Owen Taylor 2005-06-09 07:26:40 +00:00
parent c1c8c57b90
commit 23976d00b2
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-06-09 Owen Taylor <otaylor@redhat.com>
* test/Makefile.am (INCLUDES): Add
-I$(top_builddir)/src for cairo-features.h (Tomasz Cholewo)
2005-06-07 Keith Packard <keithp@keithp.com>
* src/cairo-pdf-surface.c: (_cairo_pdf_surface_show_glyphs):

View file

@ -105,7 +105,12 @@ check_PROGRAMS = $(TESTS)
# not be the most portable approach, but it is pragmatic and I'm
# willing to do something cleaner as soon as it causes someone a
# problem.
INCLUDES = -D_GNU_SOURCE -I$(srcdir) $(CAIRO_CFLAGS) -I$(top_srcdir)/src
INCLUDES = \
-D_GNU_SOURCE \
$(CAIRO_CFLAGS) \
-I$(srcdir) \
-I$(top_srcdir)/src \
-I$(top_builddir)/src
noinst_LTLIBRARIES = libcairotest.la