autotools: fix lxc-user-nic build

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2018-09-30 20:10:36 +02:00
parent 253c403df5
commit 47d720d13e
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D
2 changed files with 3 additions and 4 deletions

View File

@ -358,10 +358,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 \

View File

@ -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