Fix out-of-tree building

We included generated cogl headers and non-generated clutter headers
from mutter, while only having added include paths for the opposite.
This commit is contained in:
Jonas Ådahl 2016-07-20 16:17:22 +08:00
parent ff6186f1ec
commit f18e2a8c31

View File

@ -27,8 +27,10 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/cogl \
-I$(top_srcdir)/cogl/cogl \
-I$(top_srcdir)/cogl/cogl/winsys \
-I$(top_builddir)/cogl/cogl \
-I$(top_builddir)/cogl \
-I$(top_srcdir)/clutter \
-I$(top_srcdir)/clutter/clutter \
-I$(top_builddir)/clutter \
-I$(top_builddir)/clutter/clutter \
-DMUTTER_LIBEXECDIR=\"$(libexecdir)\" \