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:
parent
79acb088e7
commit
b9a91594f4
1 changed files with 2 additions and 1 deletions
|
@ -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 = \
|
||||
|
|
Loading…
Reference in a new issue