]> granicus.if.org Git - procps-ng/commit
build-sys: enable "subdir-objects" automake option
authorFilipe Brandenburger <filbranden@google.com>
Fri, 1 May 2015 23:48:21 +0000 (16:48 -0700)
committerFilipe Brandenburger <filbranden@google.com>
Sat, 2 May 2015 06:19:51 +0000 (23:19 -0700)
commitedd66515ef75140f99814ee6ca8bfb2032e2a88f
treeb16f9bd65dbb77f1764cac8fb65901cf52dad86d
parentc1c73c0d0030b6b4a90529a26992893941a10e35
build-sys: enable "subdir-objects" automake option

Otherwise, automake 1.14 will warn that this option will become the
default in an upcoming release, which will cause problems for the
procps-ng build.

Now that the automake rules were merged in the top level Makefile.am,
it is possible to enable "subdir-objects" without breaking the build or
the dist.

Tested that it builds and both `make check` and `make distcheck` work.

Tested that `make install` works and produces the same tree before and
after this change. Confirmed that binaries are also placed in the same
locations in the build tree.

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
Makefile.am
configure.ac