From: Cedric Le Goater Date: Fri, 20 May 2011 09:37:16 +0000 (+0200) Subject: lxc: don't install setns.h X-Git-Tag: lxc-0.7.5~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=820339bd965d6ca4c0dc11b783d689a3efc0cc68;p=thirdparty%2Flxc.git 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 --- 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