tools: simplify linking
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 15 Jun 2011 09:34:49 +0000 (10:34 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 29 Jul 2011 10:07:51 +0000 (11:07 +0100)
commit94a061d1b13267bd21a9c1c18b2e7da318fe448f
treec4b9e2bfc968090e381a285139b1af30244e5dd3
parentb643d18a36de5b23747e4b4f37de0961a2477a41
tools: simplify linking

* dbus-send, dbus-uuidgen only need to link libdbus; libtool knows what
  extra libraries libdbus depends on
* dbus-monitor uses a Winsock header (on Windows) so it needs
  NETWORK_libs,but still doesn't need threads
* dbus-launch needs X (on Unix) but doesn't directly need threads or
  networking
tools/Makefile.am