mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-08 13:24:23 +00:00
autotools: fix lxc init build
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
d7b58715b6
commit
2fe8b2a063
@ -341,7 +341,11 @@ endif
|
|||||||
if ENABLE_COMMANDS
|
if ENABLE_COMMANDS
|
||||||
# Binaries shipping with liblxc
|
# Binaries shipping with liblxc
|
||||||
init_lxc_SOURCES = cmd/lxc_init.c \
|
init_lxc_SOURCES = cmd/lxc_init.c \
|
||||||
|
compiler.h \
|
||||||
|
error.h \
|
||||||
initutils.c initutils.h \
|
initutils.c initutils.h \
|
||||||
|
log.c log.h \
|
||||||
|
parse.c parse.h \
|
||||||
raw_syscalls.c raw_syscalls.h \
|
raw_syscalls.c raw_syscalls.h \
|
||||||
string_utils.c string_utils.h
|
string_utils.c string_utils.h
|
||||||
lxc_monitord_SOURCES = cmd/lxc_monitord.c \
|
lxc_monitord_SOURCES = cmd/lxc_monitord.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user