]> 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:20:02 +0000 (21:20 -0700)
commite9ef6c2e2d8141dd5c32472918b8c087f745524b
tree73a7bdcd035349ed13f97d56fdb9448a2f694569
parent3edfff79d98f72b754278c854f871c4a22a7ce3c
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