]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
Add automake makefiles
authorJan Safranek <jsafrane@redhat.com>
Fri, 13 Mar 2009 14:16:20 +0000 (15:16 +0100)
committerJan Safranek <jsafrane@redhat.com>
Thu, 26 Mar 2009 08:36:41 +0000 (09:36 +0100)
commit07ff50e0856fecd937fb6a5ce87871f19f20f004
treed35b0a391af1bc48d0b9ec7e9cd7f138a2126f58
parentb64a3c84e46550df4455ef4e46ec5d3b36486d65
Add automake makefiles

Add automake makefiles and prepare everything to run, but don't actually
run the automake - it would generate lot of noise, where my manual changes
would get lots.

Signed-off-by: Jan Safranek <jsafrane@redhat.com>
13 files changed:
Makefile.am [new file with mode: 0644]
configure.in
dist/Makefile.am [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/man/Makefile.am [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
samples/Makefile.am [new file with mode: 0644]
scripts/Makefile.am [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/daemon/Makefile.am [new file with mode: 0644]
src/pam/Makefile.am [new file with mode: 0644]
src/tools/Makefile.am [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]