From: Simon Peeters Date: Fri, 3 Aug 2012 15:09:21 +0000 (+0200) Subject: build-sys: do not link systemctl against journal-internal and id128-internal X-Git-Tag: v188~32 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f9a3b83bf4e24ab50c43b7502afbb701782d87a7 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. --- 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