build-sys: link internal selinux lib to systemd-remount-fs

This commit is contained in:
Kay Sievers 2012-08-08 12:28:45 +02:00
parent c1663b9daf
commit 81311bbd12
1 changed files with 1 additions and 0 deletions

View File

@ -1398,6 +1398,7 @@ systemd_remount_fs_SOURCES = \
src/core/mount-setup.h
systemd_remount_fs_LDADD = \
libsystemd-label.la \
libsystemd-shared.la
# ------------------------------------------------------------------------------