1
0
Fork 0

build: Fix out of tree builds

This commit is contained in:
Emmanuele Bassi 2012-07-30 12:33:24 +01:00
parent 81cbb33cc5
commit 41ed9023eb
6 changed files with 10 additions and 6 deletions

View file

@ -23,6 +23,7 @@ endif
INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/clutter \
-I$(top_builddir)/clutter

View file

@ -9,6 +9,7 @@ common_sources = \
INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/clutter \
-I$(top_builddir)/clutter \
-I$(top_srcdir)/tests/accessibility

View file

@ -151,7 +151,8 @@ clean-wrappers:
BUILT_SOURCES = wrappers
INCLUDES = \
-I$(top_srcdir)/ \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/clutter \
-I$(top_builddir)/clutter

View file

@ -138,6 +138,7 @@ clean-wrappers:
INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/clutter \
-I$(top_builddir)/clutter

View file

@ -10,11 +10,10 @@ noinst_PROGRAMS = \
test-cogl-perf
INCLUDES = \
-I$(top_srcdir)/ \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/clutter \
-I$(top_srcdir)/clutter/cogl \
-I$(top_builddir)/clutter \
-I$(top_builddir)/clutter/cogl
-I$(top_builddir)/clutter
AM_CFLAGS = \
$(CLUTTER_CFLAGS) \

View file

@ -10,7 +10,8 @@ noinst_PROGRAMS = \
test-state-pick
INCLUDES = \
-I$(top_srcdir)/ \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/clutter \
-I$(top_builddir)/clutter