Skip to content

Commit 2fa495c

Browse files
committed
build-sys: fix library link order
1 parent 78a337b commit 2fa495c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3528,8 +3528,8 @@ systemd_coredump_SOURCES = \
35283528
systemd_coredump_LDADD = \
35293529
libsystemd-journal-internal.la \
35303530
libsystemd-label.la \
3531-
libsystemd-shared.la \
3532-
libsystemd-internal.la
3531+
libsystemd-internal.la \
3532+
libsystemd-shared.la
35333533

35343534
rootlibexec_PROGRAMS += \
35353535
systemd-coredump

0 commit comments

Comments
 (0)