mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 12:28:27 +00:00
cmd: move init.lxc{.static}
Closes #2073. Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
844d9eac45
commit
2a5ee335a6
@ -278,7 +278,6 @@ lxc_device_SOURCES = tools/lxc_device.c tools/arguments.c
|
|||||||
lxc_execute_SOURCES = tools/lxc_execute.c tools/arguments.c
|
lxc_execute_SOURCES = tools/lxc_execute.c tools/arguments.c
|
||||||
lxc_freeze_SOURCES = tools/lxc_freeze.c tools/arguments.c
|
lxc_freeze_SOURCES = tools/lxc_freeze.c tools/arguments.c
|
||||||
lxc_info_SOURCES = tools/lxc_info.c tools/arguments.c
|
lxc_info_SOURCES = tools/lxc_info.c tools/arguments.c
|
||||||
init_lxc_SOURCES = lxc_init.c
|
|
||||||
lxc_monitor_SOURCES = tools/lxc_monitor.c tools/arguments.c
|
lxc_monitor_SOURCES = tools/lxc_monitor.c tools/arguments.c
|
||||||
lxc_ls_SOURCES = tools/lxc_ls.c tools/arguments.c
|
lxc_ls_SOURCES = tools/lxc_ls.c tools/arguments.c
|
||||||
lxc_copy_SOURCES = tools/lxc_copy.c tools/arguments.c
|
lxc_copy_SOURCES = tools/lxc_copy.c tools/arguments.c
|
||||||
@ -295,6 +294,7 @@ 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
|
# Binaries shipping with liblxc
|
||||||
|
init_lxc_SOURCES = cmd/lxc_init.c
|
||||||
lxc_usernsexec_SOURCES = cmd/lxc_usernsexec.c
|
lxc_usernsexec_SOURCES = cmd/lxc_usernsexec.c
|
||||||
|
|
||||||
if ENABLE_DEPRECATED
|
if ENABLE_DEPRECATED
|
||||||
@ -308,7 +308,7 @@ endif
|
|||||||
if HAVE_STATIC_LIBCAP
|
if HAVE_STATIC_LIBCAP
|
||||||
sbin_PROGRAMS += init.lxc.static
|
sbin_PROGRAMS += init.lxc.static
|
||||||
|
|
||||||
init_lxc_static_SOURCES = lxc_init.c error.c log.c initutils.c caps.c parse.c namespace.c
|
init_lxc_static_SOURCES = cmd/lxc_init.c error.c log.c initutils.c caps.c parse.c namespace.c
|
||||||
|
|
||||||
if !HAVE_GETLINE
|
if !HAVE_GETLINE
|
||||||
if HAVE_FGETLN
|
if HAVE_FGETLN
|
||||||
|
Loading…
Reference in New Issue
Block a user