]> granicus.if.org Git - procps-ng/commit
build-sys: merge automake subdirs into toplevel
authorFilipe Brandenburger <filbranden@google.com>
Sat, 2 May 2015 04:28:53 +0000 (21:28 -0700)
committerFilipe Brandenburger <filbranden@google.com>
Sat, 2 May 2015 06:19:31 +0000 (23:19 -0700)
commitc1c73c0d0030b6b4a90529a26992893941a10e35
tree193aa7fac7e1592f01c866c709687e01aad7c0e4
parent0e7fe5ad241c3ff521e6192b05b71250b3370383
build-sys: merge automake subdirs into toplevel

This will be required for subdir-objects, otherwise automake will have
problems with more than one Makefile.am having rules to build the same
files.

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

Tested `make install` and compared the tree with the one installed
before this commit, both installed the binaries to the same locations.
The binaries are also in the same location in the build tree (for
instance, ps/pscommand is still there.)

Checked the binaries for the correct libraries linked into them. Binary
sizes matched before and after this change.

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
.gitignore
Makefile.am
configure.ac
lib/Makefile.am [deleted file]
proc/Makefile.am [deleted file]
ps/Makefile.am [deleted file]
top/Makefile.am [deleted file]