autotools: fix lxc-usernsexec build

parent 47d720d1
......@@ -366,7 +366,6 @@ lxc_usernsexec_SOURCES = cmd/lxc_usernsexec.c \
list.h \
log.c log.h \
macro.h \
namespace.c namespace.h \
file_utils.c file_utils.h \
string_utils.c string_utils.h \
utils.c utils.h
......
......@@ -47,7 +47,8 @@
#include "list.h"
#include "log.h"
#include "macro.h"
#include "namespace.h"
#include "file_utils.h"
#include "string_utils.h"
#include "utils.h"
extern int lxc_log_fd;
......
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