Skip to content

Commit

Permalink
autotools: fix lxc-user-nic 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 Oct 7, 2018
1 parent 476065f commit d9221dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/lxc/Makefile.am
Expand Up @@ -348,10 +348,9 @@ lxc_monitord_SOURCES = cmd/lxc_monitord.c \
lxc_user_nic_SOURCES = cmd/lxc_user_nic.c \
../include/netns_ifaddrs.c ../include/netns_ifaddrs.h \
log.c log.h \
namespace.c namespace.h \
network.c network.h \
raw_syscalls.c raw_syscalls.h \
parse.c parse.h
parse.c parse.h \
raw_syscalls.c raw_syscalls.h
lxc_usernsexec_SOURCES = cmd/lxc_usernsexec.c \
conf.c conf.h \
list.h \
Expand Down
2 changes: 1 addition & 1 deletion src/lxc/cmd/lxc_user_nic.c
Expand Up @@ -49,9 +49,9 @@

#include "config.h"
#include "log.h"
#include "namespace.h"
#include "network.h"
#include "parse.h"
#include "raw_syscalls.h"
#include "utils.h"

#ifndef HAVE_STRLCPY
Expand Down

0 comments on commit d9221dd

Please sign in to comment.