[cairo-commit] boilerplate/Makefile.am perf/Makefile.am test/Makefile.am

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Nov 27 10:23:17 PST 2006


 boilerplate/Makefile.am |    1 +
 perf/Makefile.am        |    1 +
 test/Makefile.am        |    1 +
 3 files changed, 3 insertions(+)

New commits:
diff-tree 72a4a9834626ddd05c57c6b3f59e936969f0eee9 (from 9c3b161c7067d8eda7f8d1cfb36ca285e4e7fa35)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Nov 27 13:23:13 2006 -0500

    [test|perf|boilerplate/Makefile.am] Add -I$(top_builddir)/src to INCLUDES
    needed to find cairo-features.h when building out of tree.

diff --git a/boilerplate/Makefile.am b/boilerplate/Makefile.am
index 36fc364..81ae000 100644
--- a/boilerplate/Makefile.am
+++ b/boilerplate/Makefile.am
@@ -39,4 +39,5 @@ INCLUDES =					\
 	-I$(srcdir)				\
 	-I$(top_srcdir)/pixman/src		\
 	-I$(top_srcdir)/src			\
+	-I$(top_builddir)/src			\
 	$(CAIRO_CFLAGS)
diff --git a/perf/Makefile.am b/perf/Makefile.am
index 27316ec..5fbcc74 100644
--- a/perf/Makefile.am
+++ b/perf/Makefile.am
@@ -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
diff --git a/test/Makefile.am b/test/Makefile.am
index f9f8a76..8033ce8 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


More information about the cairo-commit mailing list