Don't explicitly link thread and network libs into various tests
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 15 Jun 2011 10:41:27 +0000 (11:41 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 29 Jul 2011 10:16:44 +0000 (11:16 +0100)
commitf7b7de3bb14d29ab02d1e713036467adc6b9cb56
tree23f3b012ac40002b0ef0d11230d66a1b37268ad2
parent42d7a573cff2febb9938e30edcebc420e0f40195
Don't explicitly link thread and network libs into various tests

These tests get everything they need from the public or internal API of
libdbus-internal.la, and libtool knows how to pull in libraries'
dependencies, so we don't need explicit linking.

spawn-test and break-loader don't actually need test-utils.[ch]
either.
configure.ac
dbus/Makefile.am
test/Makefile.am
test/name-test/Makefile.am