From ab6efe71f3f1fb44ad2d9737e29dfd15ba4ba635 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 29 Jul 2014 17:07:27 +0200 Subject: [PATCH] test: test_tables - fix missing symbols when --gc-sections are not available --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 9f2900cb6..a5ca64f6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1493,6 +1493,7 @@ test_tables_CFLAGS = \ test_tables_LDADD = \ libsystemd-logs.la \ libsystemd-journal-internal.la \ + libsystemd-journal-core.la \ libsystemd-core.la \ libudev-core.la \ $(RT_LIBS) -- 2.30.2