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