]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
Add options to enable/disable various build targets.
authorJan Safranek <jsafrane@redhat.com>
Mon, 25 May 2009 07:48:34 +0000 (09:48 +0200)
committerJan Safranek <jsafrane@redhat.com>
Mon, 25 May 2009 07:48:34 +0000 (09:48 +0200)
commit62e5d793d3d34479fec591dee62854381dc51291
tree1c5ee0a288a5c6da051745df1df5eca7a7e3ec43
parent4a79706ce7f2e24dc7a028a42d2311aa885d77c3
Add options to enable/disable various build targets.

By default, everything is compiled. I want to add options to ./configure,
which can selectively disable tools, daemon and pam module. The library
itself is mandatory component and cannot be disabled.

Usage:
./configure --help
./configure --disable-tools --disable-pam --disable-daemon

Signed-off-by: Jan Safranek <jsafrane@redhat.com>
configure.in
src/daemon/Makefile.am
src/pam/Makefile.am
src/tools/Makefile.am