Port: Add support for linkers with no support for 'no-as-needed'
[babeltrace.git] / formats / ctf-text / Makefile.am
index 1619df3e8ce3011270dd26ff5edb2a667396ab94..39f8f389abc0c4b59d71b7b8b3591334f59215e1 100644 (file)
@@ -8,7 +8,7 @@ libbabeltrace_ctf_text_la_SOURCES = \
        ctf-text.c
 
 libbabeltrace_ctf_text_la_LDFLAGS = \
-       -Wl,--no-as-needed -version-info $(BABELTRACE_LIBRARY_VERSION) \
+       $(LD_NO_AS_NEEDED) -version-info $(BABELTRACE_LIBRARY_VERSION) \
        types/libctf-text-types.la
 
 libbabeltrace_ctf_text_la_LIBADD = \
This page took 0.023217 seconds and 4 git commands to generate.