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.
This commit is contained in:
Simon Peeters 2012-08-03 17:09:21 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 193556b69e
commit f9a3b83bf4

View File

@ -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