mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-03 18:18:00 +02:00
tests: make sure to specify CPPFLAGS where needed
test-marshal and test-syntax need the $(testutils_shared_if_possible_cppflags), so that they will get the $(static_cflags) when we are not linking to dbus-glib. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88980 Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
This commit is contained in:
parent
7ae9b3c974
commit
3f762bef24
1 changed files with 2 additions and 0 deletions
|
|
@ -241,6 +241,7 @@ test_sd_activation_LDADD = \
|
|||
$(NULL)
|
||||
|
||||
test_marshal_SOURCES = marshal.c
|
||||
test_marshal_CPPFLAGS = $(testutils_shared_if_possible_cppflags)
|
||||
test_marshal_LDADD = \
|
||||
$(testutils_shared_if_possible_libs) \
|
||||
$(GLIB_LIBS) \
|
||||
|
|
@ -256,6 +257,7 @@ test_monitor_LDADD = \
|
|||
$(NULL)
|
||||
|
||||
test_syntax_SOURCES = syntax.c
|
||||
test_syntax_CPPFLAGS = $(testutils_shared_if_possible_cppflags)
|
||||
test_syntax_LDADD = \
|
||||
$(testutils_shared_if_possible_libs) \
|
||||
$(GLIB_LIBS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue