2009-09-22 18:46:34

by Adam Gołębiowski

[permalink] [raw]
Subject: [PATCH] Fix parallel build

Since src/bluetoothd needs libbluetooth, add it to its dependencies.
Parallel build tested with make -j16.

Signed-off-by: Adam Gołębiowski <[email protected]>
---
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