diff options
author | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2013-06-05 16:25:11 +0300 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-02-07 17:47:01 -0500 |
commit | d7bc6351f84b0d735718965282d5ad4de9c3f75e (patch) | |
tree | 4867663bb16bf227652a9a1aeb23be7cc3fab8c5 /shared | |
parent | c228e23b055f54d29f2df839cf76a2660917b9f6 (diff) | |
download | weston-d7bc6351f84b0d735718965282d5ad4de9c3f75e.tar.gz weston-d7bc6351f84b0d735718965282d5ad4de9c3f75e.tar.bz2 weston-d7bc6351f84b0d735718965282d5ad4de9c3f75e.zip |
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>
Diffstat (limited to 'shared')
-rw-r--r-- | shared/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/Makefile.am b/shared/Makefile.am index 6778b357..edef416e 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 \ |