[PATCH 1/3] tests: add COMPOSITOR_CFLAGS to the build
Jesse Barnes
jbarnes at virtuousgeek.org
Mon Jan 30 11:56:21 PST 2012
This lets the tests pick up headers from an alternate install root.
---
tests/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a1f361e..0b3ed40 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,7 +6,7 @@ endif
AM_CFLAGS = $(GCC_CFLAGS)
-AM_CPPFLAGS = -I../src -DUNIT_TEST
+AM_CPPFLAGS = $(COMPOSITOR_CFLAGS) -I../src -DUNIT_TEST
matrix_test_SOURCES = \
matrix-test.c \
--
1.7.4.1
More information about the wayland-devel
mailing list