From 72a4a9834626ddd05c57c6b3f59e936969f0eee9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 27 Nov 2006 13:23:13 -0500 Subject: [PATCH] [test|perf|boilerplate/Makefile.am] Add -I$(top_builddir)/src to INCLUDES needed to find cairo-features.h when building out of tree. --- boilerplate/Makefile.am | 1 + perf/Makefile.am | 1 + test/Makefile.am | 1 + 3 files changed, 3 insertions(+) diff --git a/boilerplate/Makefile.am b/boilerplate/Makefile.am index 36fc3647f..81ae00080 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 27316ec26..5fbcc74cd 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 f9f8a7611..8033ce81d 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