build: Fixes out of tree builds

When building the gobject introspection data the build wasn't able to
find clutter/clutter-json.h so this adds $(top_builddir) to INCLUDES.
This commit is contained in:
Robert Bragg 2010-02-26 09:48:43 +00:00
parent 79acb088e7
commit b9a91594f4

View File

@ -43,8 +43,9 @@ INCLUDES = \
-I$(top_srcdir)/clutter/cogl/pango \
-I$(top_srcdir)/clutter \
$(clutter_json_include) \
-I$(top_builddir)/clutter/cogl \
-I$(top_builddir) \
-I$(top_builddir)/clutter \
-I$(top_builddir)/clutter/cogl \
$(NULL)
AM_CPPFLAGS = \