[test|perf|boilerplate/Makefile.am] Add -I$(top_builddir)/src to INCLUDES

needed to find cairo-features.h when building out of tree.
This commit is contained in:
Behdad Esfahbod 2006-11-27 13:23:13 -05:00
parent 9c3b161c70
commit 72a4a98346
3 changed files with 3 additions and 0 deletions

View file

@ -39,4 +39,5 @@ INCLUDES = \
-I$(srcdir) \
-I$(top_srcdir)/pixman/src \
-I$(top_srcdir)/src \
-I$(top_builddir)/src \
$(CAIRO_CFLAGS)

View file

@ -7,6 +7,7 @@ INCLUDES = \
-I$(srcdir) \
-I$(top_srcdir)/boilerplate \
-I$(top_srcdir)/src \
-I$(top_builddir)/src \
$(CAIRO_CFLAGS)
noinst_PROGRAMS = cairo-perf cairo-perf-diff-files

View file

@ -381,6 +381,7 @@ INCLUDES = \
-I$(top_srcdir)/boilerplate \
-I$(top_srcdir)/pixman/src \
-I$(top_srcdir)/src \
-I$(top_builddir)/src \
$(CAIRO_CFLAGS)
EXTRA_LTLIBRARIES = libcairotest.la