From: Mathieu Desnoyers Date: Thu, 19 Jan 2012 15:24:17 +0000 (-0500) Subject: Fix parallel build for lib/ X-Git-Tag: v0.9~31 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=74f21e2d288b83a1e810a20eaa6503bb25b7059f;hp=74f21e2d288b83a1e810a20eaa6503bb25b7059f Fix parallel build for lib/ When we have a dependency from a library on another library (with LIBADD), we need to put the lib we depend on in another directory, and build that directory prior to the current directory. This is what is done in the http://sourceware.org/autobook/autobook/autobook_92.html "11.5 Convenience Libraries" example. Signed-off-by: Mathieu Desnoyers ---