summaryrefslogtreecommitdiff
path: root/src/systemd-cryptsetup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-cryptsetup/Makefile')
-rw-r--r--src/systemd-cryptsetup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd-cryptsetup/Makefile b/src/systemd-cryptsetup/Makefile
index 981bd89c85..346eab772a 100644
--- a/src/systemd-cryptsetup/Makefile
+++ b/src/systemd-cryptsetup/Makefile
@@ -42,14 +42,14 @@ systemd_cryptsetup_CFLAGS = \
$(LIBCRYPTSETUP_CFLAGS)
systemd_cryptsetup_LDADD = \
- libshared.la \
+ libsystemd-shared.la \
$(LIBCRYPTSETUP_LIBS)
systemd_cryptsetup_generator_SOURCES = \
src/cryptsetup/cryptsetup-generator.c
systemd_cryptsetup_generator_LDADD = \
- libshared.la
+ libsystemd-shared.la
SYSINIT_TARGET_WANTS += \
cryptsetup.target