Skip to content

Commit 941a643

Browse files
committed
build-sys: do not use "label" functions in libsystemd_shared
1 parent 3b187c5 commit 941a643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,8 +885,6 @@ libsystemd_shared_la_SOURCES = \
885885
src/shared/memfd.h \
886886
src/shared/uid-range.c \
887887
src/shared/uid-range.h \
888-
src/shared/switch-root.h \
889-
src/shared/switch-root.c \
890888
src/shared/nss-util.h
891889

892890
if HAVE_UTMP
@@ -934,6 +932,8 @@ libsystemd_label_la_SOURCES = \
934932
src/shared/mkdir-label.c \
935933
src/shared/ask-password-api.c \
936934
src/shared/ask-password-api.h \
935+
src/shared/switch-root.h \
936+
src/shared/switch-root.c \
937937
src/shared/fileio-label.c \
938938
src/shared/fileio-label.h \
939939
src/shared/dev-setup.c \

0 commit comments

Comments
 (0)