summaryrefslogtreecommitdiff
path: root/src/systemd-remount-fs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-remount-fs/Makefile')
-rw-r--r--src/systemd-remount-fs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-remount-fs/Makefile b/src/systemd-remount-fs/Makefile
index a0dcf27135..1f9df2b99a 100644
--- a/src/systemd-remount-fs/Makefile
+++ b/src/systemd-remount-fs/Makefile
@@ -30,7 +30,7 @@ systemd_remount_fs_SOURCES = \
src/core/mount-setup.h
systemd_remount_fs_LDADD = \
- libshared.la
+ libsystemd-shared.la
sd.CPPFLAGS += -DMOUNT_PATH=\"$(MOUNT_PATH)\"
sd.CPPFLAGS += -DUMOUNT_PATH=\"$(UMOUNT_PATH)\"