Commit c97ced65 by Cedric Le Goater Committed by Daniel Lezcano

lxc: don't install setns.h

'setns.h' is not an lxc interface. Also, a side effect of this declaration of 'setns.h' in the lxc header files is to be distributed in the lxc tarball. This breaks the lxc-attach command because the file is not automatically generated at compile time. Signed-off-by: 's avatarCedric Le Goater <clg@fr.ibm.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent b3c7b19a
...@@ -11,8 +11,7 @@ pkginclude_HEADERS = \ ...@@ -11,8 +11,7 @@ pkginclude_HEADERS = \
conf.h \ conf.h \
list.h \ list.h \
log.h \ log.h \
state.h \ state.h
setns.h
sodir=$(libdir) sodir=$(libdir)
# use PROGRAMS to avoid complains from automake # use PROGRAMS to avoid complains from automake
......
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