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