Skip to content

Commit

Permalink
autotools: fix lxc-monitord build
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Sep 30, 2018
1 parent 2fe8b2a commit 253c403
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/lxc/Makefile.am
Expand Up @@ -349,7 +349,12 @@ init_lxc_SOURCES = cmd/lxc_init.c \
raw_syscalls.c raw_syscalls.h \
string_utils.c string_utils.h
lxc_monitord_SOURCES = cmd/lxc_monitord.c \
raw_syscalls.c raw_syscalls.h
af_unix.c af_unix.h \
log.c log.h \
mainloop.c mainloop.h \
monitor.c monitor.h \
raw_syscalls.c raw_syscalls.h \
utils.c utils.h
lxc_user_nic_SOURCES = cmd/lxc_user_nic.c \
../include/netns_ifaddrs.c ../include/netns_ifaddrs.h \
log.c log.h \
Expand Down

0 comments on commit 253c403

Please sign in to comment.