From 1cc4f9ccf918053b5c7753907c916b2d08ffc253 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 19 Aug 2013 16:49:51 +0300 Subject: [PATCH] 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 61daec415..4e4b1c56e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)"\" -- 2.47.3