From: Kay Sievers Date: Wed, 8 Aug 2012 10:28:45 +0000 (+0200) Subject: build-sys: link internal selinux lib to systemd-remount-fs X-Git-Tag: v188~14 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=81311bbd124d95b05676c21c98a0350f1db2a547;hp=c1663b9daf5a43425e54bbe3daf6b10e64578f80 build-sys: link internal selinux lib to systemd-remount-fs --- 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 # ------------------------------------------------------------------------------