]> git.openfabrics.org - ~shefty/librdmacm.git/commit
[librdmacm,5/8] 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>
Tue, 16 Jul 2013 23:06:58 +0000 (16:06 -0700)
commitdf53adc4cdee5f94aed5ea4fdaae7863c8a00315
tree75ed99f148ae5b99a29c244e6ffa4669a1043228
parent397150ff35798e06c44aa5ae004de8736fe0d8dd
[librdmacm,5/8] 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