summaryrefslogtreecommitdiffstats
path: root/sys-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2013-01-17 13:00:44 +0100
committerKarel Zak2013-01-17 13:00:44 +0100
commitef6acdb81c3610ccf4da25db5728277b5a162e78 (patch)
treeaf24681710c6bdff9b88309a93af9680181dad9e /sys-utils/Makemodule.am
parentfindmnt: use tree output in more cases (diff)
downloadkernel-qcow2-util-linux-ef6acdb81c3610ccf4da25db5728277b5a162e78.tar.gz
kernel-qcow2-util-linux-ef6acdb81c3610ccf4da25db5728277b5a162e78.tar.xz
kernel-qcow2-util-linux-ef6acdb81c3610ccf4da25db5728277b5a162e78.zip
Revert "unshare: support the switching of namespaces"
The functionality will be replaced with nsenter from Eric W. Biederman. This reverts commit 4bbe8099390d528018890efa914e268de3c4b44b.
Diffstat (limited to 'sys-utils/Makemodule.am')
-rw-r--r--sys-utils/Makemodule.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index 5636f70da..33112fb68 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -287,7 +287,6 @@ if BUILD_UNSHARE
usrbin_exec_PROGRAMS += unshare
dist_man_MANS += sys-utils/unshare.1
unshare_SOURCES = sys-utils/unshare.c
-unshare_LDADD = $(LDADD) libcommon.la
endif
if BUILD_ARCH