Clean-up: fix comment style in bin-info.c
[babeltrace.git] / formats / ctf-text / Makefile.am
index a7036c966c9685ee5f8d9d1cf73e2a3dcdf35dd2..d8180e8504356c81964457af84fec6e3d492d9de 100644 (file)
@@ -8,9 +8,13 @@ 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 = \
        $(top_builddir)/lib/libbabeltrace.la \
        $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
+
+if ENABLE_DEBUGINFO
+libbabeltrace_ctf_text_la_LIBADD += $(top_builddir)/lib/libdebuginfo.la
+endif
This page took 0.022568 seconds and 4 git commands to generate.