From 81311bbd124d95b05676c21c98a0350f1db2a547 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 8 Aug 2012 12:28:45 +0200 Subject: [PATCH] build-sys: link internal selinux lib to systemd-remount-fs --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 23f9a7c0f..278da18e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1398,6 +1398,7 @@ systemd_remount_fs_SOURCES = \ src/core/mount-setup.h systemd_remount_fs_LDADD = \ + libsystemd-label.la \ libsystemd-shared.la # ------------------------------------------------------------------------------ -- 2.30.2