tests: simplify Makefile.am now that libdbus is always dynamically linked
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 20 Feb 2015 21:16:20 +0000 (21:16 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 23 Feb 2015 16:40:04 +0000 (16:40 +0000)
commit2ca78f51a920562091294fd439655f205e7397a4
tree08f2c0e7ebd443a13a8bf7f6002f0c453d5ebd8b
parent6c433c0d50c4b5882fa0028f4cf156ff30bc67b1
tests: simplify Makefile.am now that libdbus is always dynamically linked

testutils_shared_if_possible_cppflags is now just a copy of AM_CPPFLAGS,
which is the default and does not need to be given explicitly, so
those lines can be removed.

Similarly, testutils_shared_if_possible_libs is just the
libdbus-testutils.la convenience library, so expand it and
remove the unnecessary variable.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=83115
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
test/Makefile.am