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
@ -43,8 +43,9 @@ INCLUDES = \
|
|||||||
-I$(top_srcdir)/clutter/cogl/pango \
|
-I$(top_srcdir)/clutter/cogl/pango \
|
||||||
-I$(top_srcdir)/clutter \
|
-I$(top_srcdir)/clutter \
|
||||||
$(clutter_json_include) \
|
$(clutter_json_include) \
|
||||||
-I$(top_builddir)/clutter/cogl \
|
-I$(top_builddir) \
|
||||||
-I$(top_builddir)/clutter \
|
-I$(top_builddir)/clutter \
|
||||||
|
-I$(top_builddir)/clutter/cogl \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user