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 <ander.conselvan.de.oliveira@intel.com>
This commit is contained in:
committed by
Kristian Høgsberg
parent
a1a7fefcfe
commit
a7ef5c85d8
+1
-1
@@ -6,7 +6,7 @@ endif
|
|||||||
|
|
||||||
|
|
||||||
AM_CFLAGS = $(GCC_CFLAGS)
|
AM_CFLAGS = $(GCC_CFLAGS)
|
||||||
AM_CPPFLAGS = -I../src -DUNIT_TEST
|
AM_CPPFLAGS = -I../src -DUNIT_TEST $(COMPOSITOR_CFLAGS)
|
||||||
|
|
||||||
matrix_test_SOURCES = \
|
matrix_test_SOURCES = \
|
||||||
matrix-test.c \
|
matrix-test.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user