]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
autotools: fix lxc-user-nic build
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 30 Sep 2018 18:10:36 +0000 (20:10 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 30 Sep 2018 18:20:16 +0000 (20:20 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/Makefile.am
src/lxc/cmd/lxc_user_nic.c

index 8d0fc29a8867338dfeab9872969f0b3ee64f86af..4a5e212e755cc39f536ff158a3db5aaa526f7e00 100644 (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 \
index 9a4dd8af2b54737541ee213d2045e41e174ecad0..6d70111363aca854ea85d2c61f41215370a9d888 100644 (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