summaryrefslogtreecommitdiff
path: root/src/grp-system/systemd-shutdown/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/systemd-shutdown/Makefile')
-rw-r--r--src/grp-system/systemd-shutdown/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-system/systemd-shutdown/Makefile b/src/grp-system/systemd-shutdown/Makefile
index 257a057823..c56f0f9adc 100644
--- a/src/grp-system/systemd-shutdown/Makefile
+++ b/src/grp-system/systemd-shutdown/Makefile
@@ -34,7 +34,7 @@ systemd_shutdown_SOURCES = \
src/core/killall.c
systemd_shutdown_LDADD = \
- libshared.la
+ libsystemd-shared.la
sd.CPPFLAGS += -DSYSTEM_SHUTDOWN_PATH=\"$(systemshutdowndir)\"
sd.CPPFLAGS += -DKEXEC=\"$(KEXEC)\"