Fix static linking with mingw
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 20 Feb 2015 16:14:08 +0000 (16:14 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 20 Feb 2015 20:50:04 +0000 (20:50 +0000)
commitc35d7d1eb773c27018ec4e326bfac0b973e743c0
treefde2d3fab110cd15d399808a8bc1272f947a1b47
parent57696a2e8a5eb2df3177f5b52c512a14f3cab1f5
Fix static linking with mingw

Now that we're normally linking libdbus-1 dynamically, we need to
use DBUS_STATIC_BUILD_CPPFLAGS in every Makefile that would normally
link it dynamically, but might link it statically if we are only
building static libraries.

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