From 0bd87220b31c0631f204d464cb1569e7ed36a5f2 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Fri, 6 May 2011 18:23:04 +0100 Subject: [PATCH] cogl-pango/Makefile.am: Add $(top_builddir) to INCLUDES Some of the sources need to include which is in the build directory. I think this directory gets added to the include flags anyway by something so the actual building works but when building the introspection data out of tree it was not included so it failed to scan. --- cogl-pango/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogl-pango/Makefile.am b/cogl-pango/Makefile.am index 48480fc97..09715296f 100644 --- a/cogl-pango/Makefile.am +++ b/cogl-pango/Makefile.am @@ -40,7 +40,8 @@ INCLUDES = \ -DG_DISABLE_SINGLE_INCLUDES \ -DCLUTTER_COMPILATION \ -DG_LOG_DOMAIN=\"CoglPango\" \ - -I$(top_srcdir) + -I$(top_srcdir) \ + -I$(top_builddir) cogl_pangoheadersdir = $(includedir)/cogl/cogl cogl_pangoheaders_HEADERS = $(source_h)