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 <pekka.paalanen@collabora.co.uk>
diff --git a/shared/Makefile.am b/shared/Makefile.am
index 6778b35..edef416 100644
--- a/shared/Makefile.am
+++ b/shared/Makefile.am
@@ -36,6 +36,7 @@
 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				\