Move libdbus-init-win.cpp to its own convenience library
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 12 Jun 2013 18:14:40 +0000 (19:14 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 12 Jun 2013 18:47:15 +0000 (19:47 +0100)
commit74651d3b1788a755ad78ec41d80612d50123db4d
tree2a0973ccba823c9d62ad01c8c87d5e2e928cc927
parentdab4284a24da2b6c015fd89fa953f177af7867b4
Move libdbus-init-win.cpp to its own convenience library

Otherwise libdbus-1 ends up linked as if it contained C++, even
on Unix, where it doesn't; in turn, that makes it export all the
underscore-prefixed symbols that aren't meant to be exported.

Reviewed-by: Thiago Macieira <thiago@kde.org>
Reviewed-by: David Zeuthen <davidz@redhat.com>
dbus/Makefile.am