mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-08 12:18:51 +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 \
|
lxc_user_nic_SOURCES = cmd/lxc_user_nic.c \
|
||||||
../include/netns_ifaddrs.c ../include/netns_ifaddrs.h \
|
../include/netns_ifaddrs.c ../include/netns_ifaddrs.h \
|
||||||
log.c log.h \
|
log.c log.h \
|
||||||
namespace.c namespace.h \
|
|
||||||
network.c network.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 \
|
lxc_usernsexec_SOURCES = cmd/lxc_usernsexec.c \
|
||||||
conf.c conf.h \
|
conf.c conf.h \
|
||||||
list.h \
|
list.h \
|
||||||
|
@ -49,9 +49,9 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "namespace.h"
|
|
||||||
#include "network.h"
|
#include "network.h"
|
||||||
#include "parse.h"
|
#include "parse.h"
|
||||||
|
#include "raw_syscalls.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
#ifndef HAVE_STRLCPY
|
#ifndef HAVE_STRLCPY
|
||||||
|
Loading…
Reference in New Issue
Block a user