List detected component classes
[babeltrace.git] / plugins / ctf / text / Makefile.am
index dc4bbd060e0614ec75aa0f2eb081f9774c0e456e..eb7cd197ce93c4f8476addff116ca968bc4b0478 100644 (file)
@@ -8,9 +8,9 @@ lib_LTLIBRARIES = libbabeltrace-plugin-ctf-text.la
 libbabeltrace_plugin_ctf_text_la_SOURCES = \
        text.c
 
-# Request that the linker keeps all static librarie objects.
+# 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.023629 seconds and 4 git commands to generate.