mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 12:37:35 +00:00
Merge pull request #2697 from brauner/2018-10-17/fix_disable_commands_build
autotools: fix --disable-commands builds
This commit is contained in:
commit
68c11e8b02
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user