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>
This commit is contained in:
Pekka Paalanen 2013-06-05 16:25:11 +03:00 committed by Kristian Høgsberg
parent c228e23b05
commit d7bc6351f8

View file

@ -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 \