[systemd-commits] Makefile.am
Kay Sievers
kay at kemper.freedesktop.org
Tue Oct 28 10:48:22 PDT 2014
Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 941a643569dc6b53d0b334276d2a3cc0ed159e88
Author: Kay Sievers <kay at vrfy.org>
Date: Tue Oct 28 18:46:53 2014 +0100
build-sys: do not use "label" functions in libsystemd_shared
diff --git a/Makefile.am b/Makefile.am
index df5d73b..c80d25d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -885,8 +885,6 @@ libsystemd_shared_la_SOURCES = \
src/shared/memfd.h \
src/shared/uid-range.c \
src/shared/uid-range.h \
- src/shared/switch-root.h \
- src/shared/switch-root.c \
src/shared/nss-util.h
if HAVE_UTMP
@@ -934,6 +932,8 @@ libsystemd_label_la_SOURCES = \
src/shared/mkdir-label.c \
src/shared/ask-password-api.c \
src/shared/ask-password-api.h \
+ src/shared/switch-root.h \
+ src/shared/switch-root.c \
src/shared/fileio-label.c \
src/shared/fileio-label.h \
src/shared/dev-setup.c \
More information about the systemd-commits
mailing list