From 994dd1a134484d7a1ee246906f21f02d916014a8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 13 Mar 2007 04:56:54 -0400 Subject: [PATCH] [boilerplate] Prefer top_builddir to top_srcdir This may fix some build problems the Ubuntu guys are experiencing with out-of-tree builds. --- boilerplate/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boilerplate/Makefile.am b/boilerplate/Makefile.am index 21423e004..340b53d60 100644 --- a/boilerplate/Makefile.am +++ b/boilerplate/Makefile.am @@ -39,6 +39,6 @@ INCLUDES = \ -D_GNU_SOURCE \ -I$(srcdir) \ -I$(top_srcdir)/pixman/src \ - -I$(top_srcdir)/src \ -I$(top_builddir)/src \ + -I$(top_srcdir)/src \ $(CAIRO_CFLAGS)