mirror of
https://github.com/brl/mutter.git
synced 2025-08-04 07:34:53 +00:00
build: Fix cogl include paths of tests
Those were missed by commit 0aa6d9782c
...
This commit is contained in:
@@ -11,6 +11,7 @@ AM_CPPFLAGS = \
|
|||||||
-DGLIB_DISABLE_DEPRECATION_WARNINGS \
|
-DGLIB_DISABLE_DEPRECATION_WARNINGS \
|
||||||
-I$(top_srcdir)/../cogl \
|
-I$(top_srcdir)/../cogl \
|
||||||
-I$(top_builddir)/../cogl \
|
-I$(top_builddir)/../cogl \
|
||||||
|
-I$(top_builddir)/../cogl/cogl \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir)/clutter \
|
-I$(top_srcdir)/clutter \
|
||||||
|
@@ -127,6 +127,7 @@ test_interactive_CPPFLAGS = \
|
|||||||
-DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
|
-DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
|
||||||
-I$(top_srcdir)/../cogl \
|
-I$(top_srcdir)/../cogl \
|
||||||
-I$(top_builddir)/../cogl \
|
-I$(top_builddir)/../cogl \
|
||||||
|
-I$(top_builddir)/../cogl/cogl \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir)/clutter \
|
-I$(top_srcdir)/clutter \
|
||||||
|
@@ -20,6 +20,7 @@ AM_CPPFLAGS = \
|
|||||||
-DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\" \
|
-DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\" \
|
||||||
-I$(top_srcdir)/../cogl \
|
-I$(top_srcdir)/../cogl \
|
||||||
-I$(top_builddir)/../cogl \
|
-I$(top_builddir)/../cogl \
|
||||||
|
-I$(top_builddir)/../cogl/cogl \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir)/clutter \
|
-I$(top_srcdir)/clutter \
|
||||||
|
@@ -21,6 +21,7 @@ AM_CPPFLAGS = \
|
|||||||
-DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\" \
|
-DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\" \
|
||||||
-I$(top_srcdir)/../cogl \
|
-I$(top_srcdir)/../cogl \
|
||||||
-I$(top_builddir)/../cogl \
|
-I$(top_builddir)/../cogl \
|
||||||
|
-I$(top_builddir)/../cogl/cogl \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir)/clutter \
|
-I$(top_srcdir)/clutter \
|
||||||
|
Reference in New Issue
Block a user