]> 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:02:07 +0000 (16:02 -0700)
commitcb29a5fd3075b780716912ae995af9a678726d81
tree75ed99f148ae5b99a29c244e6ffa4669a1043228
parent3a99f90d4ffe1417981323838a33bf7d029582d2
[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