From: Christian Brauner Date: Thu, 23 Jul 2020 08:33:33 +0000 (+0200) Subject: Makefile: fix Makefile X-Git-Tag: lxc-5.0.0~382^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a7286393a37c4e698e7ae9281da482049c10f08;p=thirdparty%2Flxc.git Makefile: fix Makefile Signed-off-by: Christian Brauner --- diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am index 442112353..baa624ac9 100644 --- a/src/lxc/Makefile.am +++ b/src/lxc/Makefile.am @@ -1440,22 +1440,16 @@ endif if ENABLE_COMMANDS # Binaries shipping with liblxc init_lxc_SOURCES = cmd/lxc_init.c \ + af_unix.c af_unix.h \ caps.c caps.h \ - compiler.h \ error.c error.h \ file_utils.c file_utils.h \ initutils.c initutils.h \ log.c log.h \ + macro.h \ memory_utils.h \ - parse.c parse.h \ - process_utils.c process_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 - + namespace.c namespace.h \ + string_utils.c string_utils.h init_lxc_LDFLAGS = -pthread lxc_monitord_SOURCES = cmd/lxc_monitord.c \