Fix libadd referring to text plugin
[babeltrace.git] / converter / Makefile.am
index 47693f5af6fd6c016c7379b36a66cd0e164c4816..b7e126458b3c43d5ef09c5d6a71f136c207ef659 100644 (file)
@@ -9,7 +9,7 @@ babeltrace_SOURCES = \
 # -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.
-babeltrace_LDFLAGS = $(LD_NO_AS_NEEDED)
+babeltrace_LDFLAGS = -Wl, $(LD_NO_AS_NEEDED), -export-dynamic
 babeltrace_LDADD = \
        $(top_builddir)/lib/libbabeltrace.la \
        $(top_builddir)/formats/ctf/libbabeltrace-ctf.la \
This page took 0.02345 seconds and 4 git commands to generate.