From f9a3b83bf4e24ab50c43b7502afbb701782d87a7 Mon Sep 17 00:00:00 2001 From: Simon Peeters Date: Fri, 3 Aug 2012 17:09:21 +0200 Subject: [PATCH] build-sys: do not link systemctl against journal-internal and id128-internal systemctl does not need the internal journal and id128 libraries to function, so don't link against them. --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 77aed920a..49c3e3f2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1427,8 +1427,6 @@ systemctl_LDADD = \ libsystemd-label.la \ libsystemd-shared.la \ libsystemd-daemon.la \ - libsystemd-journal-internal.la \ - libsystemd-id128-internal.la \ libsystemd-dbus.la \ libsystemd-logs.la -- 2.30.2