public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: "Adam Gołębiowski" <adamg@pld-linux.org>
To: linux-bluetooth@vger.kernel.org
Cc: "Adam Gołębiowski" <adamg@pld-linux.org>
Subject: [PATCH] Fix parallel build
Date: Tue, 22 Sep 2009 20:46:34 +0200	[thread overview]
Message-ID: <1253645194-85628-1-git-send-email-adamg@pld-linux.org> (raw)

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

Signed-off-by: Adam Gołębiowski <adamg@pld-linux.org>
---
 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


             reply	other threads:[~2009-09-22 18:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-22 18:46 Adam Gołębiowski [this message]
2009-09-22 21:51 ` [PATCH] Fix parallel build Marcel Holtmann
  -- strict thread matches above, loose matches on Subject: below --
2009-09-22 10:59 Adam Gołębiowski
2009-09-29 19:55 ` Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1253645194-85628-1-git-send-email-adamg@pld-linux.org \
    --to=adamg@pld-linux.org \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox