summaryrefslogtreecommitdiff
path: root/src/systemd-cgtop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-cgtop/Makefile')
-rw-r--r--src/systemd-cgtop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-cgtop/Makefile b/src/systemd-cgtop/Makefile
index 4980eed15b..abebe7f3d0 100644
--- a/src/systemd-cgtop/Makefile
+++ b/src/systemd-cgtop/Makefile
@@ -28,6 +28,6 @@ systemd_cgtop_SOURCES = \
src/cgtop/cgtop.c
systemd_cgtop_LDADD = \
- libshared.la
+ libsystemd-shared.la
include $(topsrcdir)/build-aux/Makefile.tail.mk