mirror of
git://github.com/lxc/lxc
synced 2025-08-30 17:49:34 +00:00
cmd: move init.lxc{.static}
Closes #2073. Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
@@ -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_freeze_SOURCES = tools/lxc_freeze.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_ls_SOURCES = tools/lxc_ls.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
|
||||
|
||||
# Binaries shipping with liblxc
|
||||
init_lxc_SOURCES = cmd/lxc_init.c
|
||||
lxc_usernsexec_SOURCES = cmd/lxc_usernsexec.c
|
||||
|
||||
if ENABLE_DEPRECATED
|
||||
@@ -308,7 +308,7 @@ endif
|
||||
if HAVE_STATIC_LIBCAP
|
||||
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_FGETLN
|
||||
|
Reference in New Issue
Block a user