summaryrefslogtreecommitdiff
path: root/src/systemd-ask-password/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-ask-password/Makefile')
-rw-r--r--src/systemd-ask-password/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-ask-password/Makefile b/src/systemd-ask-password/Makefile
index 4a79cd838a..9b23b41513 100644
--- a/src/systemd-ask-password/Makefile
+++ b/src/systemd-ask-password/Makefile
@@ -28,6 +28,6 @@ systemd_ask_password_SOURCES = \
src/ask-password/ask-password.c
systemd_ask_password_LDADD = \
- libshared.la
+ libsystemd-shared.la
include $(topsrcdir)/build-aux/Makefile.tail.mk