]> git.openfabrics.org - ~shefty/librdmacm.git/commit
configure: Use automake's option "subdir-objects"
authorYann Droneaud <ydroneaud@opteya.com>
Tue, 16 Jul 2013 21:59:49 +0000 (23:59 +0200)
committerSean Hefty <sean.hefty@intel.com>
Wed, 17 Jul 2013 04:15:59 +0000 (21:15 -0700)
commitbfe07f30a841f52cb5782ad37b0c44cf38c986d6
tree8b3e917b342f04315141dc9cff278de436f6888d
parent5a55bec2f88d0c2fb9d6724d8679234a15e7479a
configure: Use automake's option "subdir-objects"

Following advice in "Autotool Mythbuster" [1], option subdir-objects
can be used to have Makefiles create object files in the same
directory than theirs source files.

It reduces clobbering in the build directory.

[1] "Autotool Mythbuster", by Diego Elio "Flameeyes" Petten`o
http://www.flameeyes.eu/autotools-mythbuster/automake/nonrecursive.html

Signed-off-by: Yann Droneaud <ydroneaud@opteya.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
configure.ac