From c97ced65cd605a9358e80518592f0a0f49066645 Mon Sep 17 00:00:00 2001 From: Cedric Le Goater Date: Fri, 20 May 2011 11:37:16 +0200 Subject: [PATCH] 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: Cedric Le Goater Signed-off-by: Daniel Lezcano --- src/lxc/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am index df3d4ddc1..9def453f2 100644 --- a/src/lxc/Makefile.am +++ b/src/lxc/Makefile.am @@ -11,8 +11,7 @@ pkginclude_HEADERS = \ conf.h \ list.h \ log.h \ - state.h \ - setns.h + state.h sodir=$(libdir) # use PROGRAMS to avoid complains from automake -- 2.47.2