From d7bc6351f84b0d735718965282d5ad4de9c3f75e Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Wed, 5 Jun 2013 16:25:11 +0300 Subject: [PATCH] shared: build fix for config-parser test One more wayland-util.h not found issue, triggered by having libwayland installed to a custom prefix. Signed-off-by: Pekka Paalanen --- shared/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/Makefile.am b/shared/Makefile.am index 6778b357a..edef416e8 100644 --- a/shared/Makefile.am +++ b/shared/Makefile.am @@ -36,6 +36,7 @@ TESTS = config-parser-test check_PROGRAMS = $(TESTS) config_parser_test_LDADD = $(COMPOSITOR_LIBS) +config_parser_test_CFLAGS = $(COMPOSITOR_CFLAGS) config_parser_test_SOURCES = \ config-parser.c \ config-parser.h \