build: Fix out of tree builds
This commit is contained in:
parent
81cbb33cc5
commit
41ed9023eb
@ -23,6 +23,7 @@ endif
|
|||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir)/clutter \
|
-I$(top_srcdir)/clutter \
|
||||||
-I$(top_builddir)/clutter
|
-I$(top_builddir)/clutter
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ common_sources = \
|
|||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir)/clutter \
|
-I$(top_srcdir)/clutter \
|
||||||
-I$(top_builddir)/clutter \
|
-I$(top_builddir)/clutter \
|
||||||
-I$(top_srcdir)/tests/accessibility
|
-I$(top_srcdir)/tests/accessibility
|
||||||
|
@ -151,7 +151,8 @@ clean-wrappers:
|
|||||||
BUILT_SOURCES = wrappers
|
BUILT_SOURCES = wrappers
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)/ \
|
-I$(top_srcdir) \
|
||||||
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir)/clutter \
|
-I$(top_srcdir)/clutter \
|
||||||
-I$(top_builddir)/clutter
|
-I$(top_builddir)/clutter
|
||||||
|
|
||||||
|
@ -138,6 +138,7 @@ clean-wrappers:
|
|||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir)/clutter \
|
-I$(top_srcdir)/clutter \
|
||||||
-I$(top_builddir)/clutter
|
-I$(top_builddir)/clutter
|
||||||
|
|
||||||
|
@ -10,11 +10,10 @@ noinst_PROGRAMS = \
|
|||||||
test-cogl-perf
|
test-cogl-perf
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)/ \
|
-I$(top_srcdir) \
|
||||||
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir)/clutter \
|
-I$(top_srcdir)/clutter \
|
||||||
-I$(top_srcdir)/clutter/cogl \
|
-I$(top_builddir)/clutter
|
||||||
-I$(top_builddir)/clutter \
|
|
||||||
-I$(top_builddir)/clutter/cogl
|
|
||||||
|
|
||||||
AM_CFLAGS = \
|
AM_CFLAGS = \
|
||||||
$(CLUTTER_CFLAGS) \
|
$(CLUTTER_CFLAGS) \
|
||||||
|
@ -10,7 +10,8 @@ noinst_PROGRAMS = \
|
|||||||
test-state-pick
|
test-state-pick
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)/ \
|
-I$(top_srcdir) \
|
||||||
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir)/clutter \
|
-I$(top_srcdir)/clutter \
|
||||||
-I$(top_builddir)/clutter
|
-I$(top_builddir)/clutter
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user