mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-03 21:48:24 +02:00
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>
This commit is contained in:
parent
b1579df4ce
commit
ced50f8be1
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ dbus_res_ldflag = -Wl,$(dbus_res)
|
|||
no_undefined = -no-undefined
|
||||
export_symbols =
|
||||
|
||||
libdbus_1_la_DEPENDENCIES = $(dbus_res)
|
||||
EXTRA_libdbus_1_la_DEPENDENCIES = $(dbus_res)
|
||||
intllibs =
|
||||
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue