aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Le Goater <clg@fr.ibm.com>2011-05-20 11:37:16 +0200
committerDaniel Lezcano <dlezcano@fr.ibm.com>2011-05-20 11:37:16 +0200
commit820339bd965d6ca4c0dc11b783d689a3efc0cc68 (patch)
tree4027bb09122c4e708e7ef8a4b6c5f0af1e95a9f3
parentignore non-lxc configuration line (diff)
downloadlxc-820339bd965d6ca4c0dc11b783d689a3efc0cc68.tar.gz
lxc-820339bd965d6ca4c0dc11b783d689a3efc0cc68.tar.bz2
lxc-820339bd965d6ca4c0dc11b783d689a3efc0cc68.zip
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 <clg@fr.ibm.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
-rw-r--r--src/lxc/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am
index df3d4dd..9def453 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