mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
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:
parent
ff6186f1ec
commit
f18e2a8c31
@ -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)\" \
|
||||
|
Loading…
Reference in New Issue
Block a user