diff options
Diffstat (limited to 'src/grp-journal/journalctl/Makefile')
-rw-r--r-- | src/grp-journal/journalctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-journal/journalctl/Makefile b/src/grp-journal/journalctl/Makefile index 3c98169647..bf5a4d3924 100644 --- a/src/grp-journal/journalctl/Makefile +++ b/src/grp-journal/journalctl/Makefile @@ -31,7 +31,7 @@ journalctl_SOURCES = \ src/journal/journalctl.c journalctl_LDADD = \ - libshared.la \ + libsystemd-shared.la \ libudev-core.la ifneq ($(HAVE_QRENCODE),) |