[cogl] cogl-pango/Makefile.am: Add $(top_builddir) to INCLUDES



commit 0bd87220b31c0631f204d464cb1569e7ed36a5f2
Author: Neil Roberts <neil linux intel com>
Date:   Fri May 6 18:23:04 2011 +0100

    cogl-pango/Makefile.am: Add $(top_builddir) to INCLUDES
    
    Some of the sources need to include <cogl/cogl-defines.h> 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 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/cogl-pango/Makefile.am b/cogl-pango/Makefile.am
index 48480fc..0971529 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]