From a7ef5c85d8b15a2a19a1602da33fd8a8deafdab1 Mon Sep 17 00:00:00 2001 From: Ander Conselvan de Oliveira Date: Mon, 30 Jan 2012 15:02:06 +0200 Subject: [PATCH] build: fix build of matrix test This test uses files from src/ so use COMPOSITOR_CFLAGS to find headers in non-standard locations. Signed-off-by: Ander Conselvan de Oliveira --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index a1f361e..9facc8e 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 = -I../src -DUNIT_TEST $(COMPOSITOR_CFLAGS) matrix_test_SOURCES = \ matrix-test.c \ -- 2.7.4