summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-11-27 13:23:13 -0500
committerBehdad Esfahbod <behdad@behdad.org>2006-11-27 13:23:13 -0500
commit72a4a9834626ddd05c57c6b3f59e936969f0eee9 (patch)
tree6dee9f936b32199b464297444a6e41a123c1681b /test
parent9c3b161c7067d8eda7f8d1cfb36ca285e4e7fa35 (diff)
[test|perf|boilerplate/Makefile.am] Add -I$(top_builddir)/src to INCLUDES
needed to find cairo-features.h when building out of tree.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index f9f8a761..8033ce81 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -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