diff options
author | Kay Sievers <kay@vrfy.org> | 2014-07-29 17:07:27 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-07-29 17:10:16 +0200 |
commit | ab6efe71f3f1fb44ad2d9737e29dfd15ba4ba635 (patch) | |
tree | 70bbb6be78f1d575bb89b69efae8c48833131f05 | |
parent | 94a15ffa14b8272e827f4cf95244910839a9d907 (diff) |
test: test_tables - fix missing symbols when --gc-sections are not available
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9f2900cb6f..a5ca64f6a2 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) |