From: Kay Sievers Date: Tue, 29 Jul 2014 15:07:27 +0000 (+0200) Subject: test: test_tables - fix missing symbols when --gc-sections are not available X-Git-Tag: v216~401 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ab6efe71f3f1fb44ad2d9737e29dfd15ba4ba635 test: test_tables - fix missing symbols when --gc-sections are not available --- 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)