Merge pull request #2697 from brauner/2018-10-17/fix_disable_commands_build

autotools: fix --disable-commands builds
This commit is contained in:
Wolfgang Bumiller 2018-10-18 15:43:30 +02:00 committed by GitHub
commit 68c11e8b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -266,11 +266,17 @@ bin_PROGRAMS = lxc-attach \
lxc-top \
lxc-unfreeze \
lxc-unshare \
lxc-usernsexec \
lxc-wait
endif
if ENABLE_COMMANDS
if ENABLE_TOOLS
bin_PROGRAMS += lxc-usernsexec
else
bin_PROGRAMS = lxc-usernsexec
endif
sbin_PROGRAMS = init.lxc
pkglibexec_PROGRAMS = lxc-monitord \