libdbus-1.la: have proper dependencies on Windows
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 27 Aug 2013 12:53:42 +0000 (13:53 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 29 Aug 2013 10:35:52 +0000 (11:35 +0100)
commitced50f8be12ca91274c64bbf5455138e5f2ae7c3
treee111d00478866309914431a43433a8c1cba47ce9
parentb1579df4ce0b2135d6c343066eb52e319df60228
libdbus-1.la: have proper dependencies on Windows

Assigning to libdbus_1_la_DEPENDENCIES defeats Automake's normal
dependency logic, which makes libdbus-1.la depend on all the
static libraries that will go into it (it still had a corrct dependency
on the other objects, which go through a separate variable).
This meant libdbus-init-win wasn't necessarily built first.

Use EXTRA_libdbus_1_la_DEPENDENCIES to avoid that problem.

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=68505
Acked-by: Ralf Habacker <ralf.habacker@freenet.de>
dbus/Makefile.am