List detected component classes
[babeltrace.git] / plugins / ctf / text / Makefile.am
index 9af02eb94039bcba241d2612f7e4f8de38872304..eb7cd197ce93c4f8476addff116ca968bc4b0478 100644 (file)
@@ -10,7 +10,7 @@ libbabeltrace_plugin_ctf_text_la_SOURCES = \
 
 # Request that the linker keeps all static library objects.
 libbabeltrace_plugin_ctf_text_la_LDFLAGS = \
-       -Wl,--no-as-needed -version-info $(BABELTRACE_LIBRARY_VERSION)
+       $(LD_NO_AS_NEEDED) -version-info $(BABELTRACE_LIBRARY_VERSION)
 
 libbabeltrace_plugin_ctf_text_la_LIBADD = \
        $(top_builddir)/lib/libbabeltrace.la \
This page took 0.023201 seconds and 4 git commands to generate.