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.
This commit is contained in:
Neil Roberts 2011-05-06 18:23:04 +01:00
parent 8d4a6f4d4c
commit 0bd87220b3

View File

@ -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)