mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 16:18:16 +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-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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user