Fix link order: system libraries should come after libdbus-convenience
authorColin Watson <cjwatson@ubuntu.com>
Fri, 18 Sep 2009 17:23:39 +0000 (18:23 +0100)
committerThiago Macieira <thiago@kde.org>
Fri, 18 Sep 2009 19:12:39 +0000 (21:12 +0200)
commitbe89ffacc9051238d9b99b1b3e4fa5f67a9c7f5f
treed039599820fea77dbba89322140b3bb9eef78fec
parent43b1f91865bcaa3929c9039fb4aa1c0ee34f54e8
Fix link order: system libraries should come after libdbus-convenience

libdbus-convenience may use system libraries, but not the other way
round. Most platforms don't care, but on some platforms this means that
system libraries need to be listed after libdbus-convenience.la on the
link line.
bus/Makefile.am
test/Makefile.am