autotools: fix lxc-user-nic build

parent 476065fd
......@@ -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 \
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment