mirror of
git://github.com/lxc/lxc
synced 2025-09-02 13:07:28 +00:00
cmd: move lxc-lxc_usernsexec
Closes #2073. Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
@@ -290,11 +290,13 @@ lxc_unshare_SOURCES = tools/lxc_unshare.c tools/arguments.c
|
|||||||
lxc_wait_SOURCES = tools/lxc_wait.c tools/arguments.c
|
lxc_wait_SOURCES = tools/lxc_wait.c tools/arguments.c
|
||||||
lxc_create_SOURCES = tools/lxc_create.c tools/arguments.c
|
lxc_create_SOURCES = tools/lxc_create.c tools/arguments.c
|
||||||
lxc_snapshot_SOURCES = tools/lxc_snapshot.c tools/arguments.c
|
lxc_snapshot_SOURCES = tools/lxc_snapshot.c tools/arguments.c
|
||||||
lxc_usernsexec_SOURCES = tools/lxc_usernsexec.c tools/arguments.c
|
|
||||||
lxc_checkpoint_SOURCES = tools/lxc_checkpoint.c tools/arguments.c
|
lxc_checkpoint_SOURCES = tools/lxc_checkpoint.c tools/arguments.c
|
||||||
lxc_user_nic_SOURCES = lxc_user_nic.c namespace.c network.c tools/arguments.c
|
lxc_user_nic_SOURCES = lxc_user_nic.c namespace.c network.c tools/arguments.c
|
||||||
lxc_monitord_SOURCES = lxc_monitord.c tools/arguments.c
|
lxc_monitord_SOURCES = lxc_monitord.c tools/arguments.c
|
||||||
|
|
||||||
|
# Binaries shipping with liblxc
|
||||||
|
lxc_usernsexec_SOURCES = cmd/lxc_usernsexec.c
|
||||||
|
|
||||||
if ENABLE_DEPRECATED
|
if ENABLE_DEPRECATED
|
||||||
lxc_clone_SOURCES = tools/lxc_clone.c tools/arguments.c
|
lxc_clone_SOURCES = tools/lxc_clone.c tools/arguments.c
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user