mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-03 00:56:22 +00:00
autotools: fix lxc-user-nic build
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
253c403df5
commit
47d720d13e
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user