Fix parallel build for lib/
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 19 Jan 2012 15:24:17 +0000 (10:24 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 19 Jan 2012 15:24:17 +0000 (10:24 -0500)
commit74f21e2d288b83a1e810a20eaa6503bb25b7059f
tree18919f30c0dfe975fd76651738db9975fb73f8b0
parent6f3077a2db5bfeb47ed75b1c7c731a5e8e60aa43
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 <mathieu.desnoyers@efficios.com>
configure.ac
lib/Makefile.am
lib/prio_heap.c [deleted file]
lib/prio_heap/Makefile.am [new file with mode: 0644]
lib/prio_heap/prio_heap.c [new file with mode: 0644]
This page took 0.024931 seconds and 4 git commands to generate.