diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am index 85b56cee2..7e8f3819d 100644 --- a/src/lxc/Makefile.am +++ b/src/lxc/Makefile.am @@ -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 \