autotools: fix --disable-commands builds

parent 40611df4
...@@ -257,11 +257,17 @@ bin_PROGRAMS = lxc-attach \ ...@@ -257,11 +257,17 @@ bin_PROGRAMS = lxc-attach \
lxc-top \ lxc-top \
lxc-unfreeze \ lxc-unfreeze \
lxc-unshare \ lxc-unshare \
lxc-usernsexec \
lxc-wait lxc-wait
endif endif
if ENABLE_COMMANDS if ENABLE_COMMANDS
if ENABLE_TOOLS
bin_PROGRAMS += lxc-usernsexec
else
bin_PROGRAMS = lxc-usernsexec
endif
sbin_PROGRAMS = init.lxc sbin_PROGRAMS = init.lxc
pkglibexec_PROGRAMS = lxc-monitord \ 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