From 2fa495c8a4ea25cb96daebb8aa0d146b74353016 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 25 Mar 2014 23:16:31 +0100 Subject: [PATCH] build-sys: fix library link order --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 74fbadf28..3d9e5c1c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3528,8 +3528,8 @@ systemd_coredump_SOURCES = \ systemd_coredump_LDADD = \ libsystemd-journal-internal.la \ libsystemd-label.la \ - libsystemd-shared.la \ - libsystemd-internal.la + libsystemd-internal.la \ + libsystemd-shared.la rootlibexec_PROGRAMS += \ systemd-coredump -- 2.30.2