]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc: don't install setns.h
authorCedric Le Goater <clg@fr.ibm.com>
Fri, 20 May 2011 09:37:16 +0000 (11:37 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 20 May 2011 09:37:16 +0000 (11:37 +0200)
'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 <clg@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/Makefile.am

index df3d4ddc159811ee1a2a95b32e8e1f8ce240e595..9def453f2cd7d806ff38d94ebae1ceed26e02867 100644 (file)
@@ -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