diff options
author | Simon Peeters <peeters.simon@gmail.com> | 2012-08-03 17:09:21 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-08-03 18:20:09 +0200 |
commit | f9a3b83bf4e24ab50c43b7502afbb701782d87a7 (patch) | |
tree | 3c7a3f352728e231307817ea151157001a22947e /Makefile.am | |
parent | 193556b69e982fd37f88209c26a5783245cf2437 (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 77aed920a5..49c3e3f2b6 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 |