mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 08:14:28 +08:00
build: Fix not rebuilding bluetoothd if gdbus changes
src_bluetoothd_DEPENDENCIES should list all local libraries including gdbus otherwise it does not get relinked whenever gdbus changes.
This commit is contained in:
parent
aaf02e48e8
commit
1cc4f9ccf9
@ -157,7 +157,7 @@ src_bluetoothd_LDFLAGS = $(AM_LDFLAGS) -Wl,--export-dynamic \
|
||||
-Wl,--version-script=$(srcdir)/src/bluetooth.ver
|
||||
|
||||
src_bluetoothd_DEPENDENCIES = lib/libbluetooth-internal.la \
|
||||
src/bluetooth.service
|
||||
gdbus/libgdbus-internal.la src/bluetooth.service
|
||||
|
||||
src_bluetoothd_CFLAGS = $(AM_CFLAGS) -DBLUETOOTH_PLUGIN_BUILTIN \
|
||||
-DPLUGINDIR=\""$(build_plugindir)"\"
|
||||
|
Loading…
Reference in New Issue
Block a user