Since src/bluetoothd needs libbluetooth, add it to its dependencies. Parallel build tested with make -j16. Signed-off-by: Adam Gołębiowski <adamg@xxxxxxxxxxxxx> --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0226554..642affc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -194,7 +194,7 @@ src_bluetoothd_SOURCES = $(gdbus_sources) $(builtin_sources) \ src_bluetoothd_LDADD = lib/libbluetooth.la @GLIB_LIBS@ @DBUS_LIBS@ -ldl src_bluetoothd_LDFLAGS = -Wl,--export-dynamic \ -Wl,--version-script=src/bluetooth.ver -src_bluetoothd_DEPENDENCIES = src/bluetooth.ver +src_bluetoothd_DEPENDENCIES = src/bluetooth.ver lib/libbluetooth.la builtin_files = src/builtin.h $(builtin_nodist) -- 1.6.4.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html