Unverified Commit 68c11e8b by Wolfgang Bumiller Committed by GitHub

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

autotools: fix --disable-commands builds
parents 38e76fbb bb760b77
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment