Add CTF Writer implementation
[babeltrace.git] / tests / lib / Makefile.am
index 763b7bc0b9619c25acccc9d9efa39cc285206c56..849767a77e8a4ae96e6e5899a0191aa888a676c5 100644 (file)
@@ -6,6 +6,10 @@ LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
 
 libtestcommon_a_SOURCES = common.c common.h
 
+# -Wl,--no-as-needed is needed for recent gold linker who seems to think
+# it knows better and considers libraries with constructors having
+# side-effects as dead code.
+test_seek_LDFLAGS = -Wl,--no-as-needed
 test_seek_LDADD = $(LIBTAP) libtestcommon.a \
        $(top_builddir)/lib/libbabeltrace.la \
        $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
This page took 0.023874 seconds and 4 git commands to generate.