Makefile: fix Makefile

parent aafef73a
...@@ -1440,22 +1440,16 @@ endif ...@@ -1440,22 +1440,16 @@ 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 \
af_unix.c af_unix.h \
caps.c caps.h \ caps.c caps.h \
compiler.h \
error.c error.h \ error.c error.h \
file_utils.c file_utils.h \ file_utils.c file_utils.h \
initutils.c initutils.h \ initutils.c initutils.h \
log.c log.h \ log.c log.h \
macro.h \
memory_utils.h \ memory_utils.h \
parse.c parse.h \ namespace.c namespace.h \
process_utils.c process_utils.h \ string_utils.c string_utils.h
ringbuf.c ringbuf.h \
string_utils.c string_utils.h \
syscall_numbers.h
if ENABLE_SECCOMP
init_lxc_SOURCES += seccomp.c lxcseccomp.h
endif
init_lxc_LDFLAGS = -pthread init_lxc_LDFLAGS = -pthread
lxc_monitord_SOURCES = cmd/lxc_monitord.c \ lxc_monitord_SOURCES = cmd/lxc_monitord.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment