]> git.proxmox.com Git - mirror_lxc.git/commitdiff
autotools: fix lxc init build
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 30 Sep 2018 18:07:02 +0000 (20:07 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 30 Sep 2018 18:20:16 +0000 (20:20 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/Makefile.am

index 85b56cee24b3dbf3e8f23f5536455e1c2b43142f..7e8f3819d1b91211eb9a134cca6433c1fea9d86b 100644 (file)
@@ -341,7 +341,11 @@ endif
 if ENABLE_COMMANDS
 # Binaries shipping with liblxc
 init_lxc_SOURCES = cmd/lxc_init.c \
+                  compiler.h \
+                  error.h \
                   initutils.c initutils.h \
+                  log.c log.h \
+                  parse.c parse.h \
                   raw_syscalls.c raw_syscalls.h \
                   string_utils.c string_utils.h
 lxc_monitord_SOURCES = cmd/lxc_monitord.c \