Bump soname version to 1.0.0
[babeltrace.git] / formats / ctf / Makefile.am
index d79d9ef38030166725f9f80feafdc81dcb21ce76..5d8a29701eccfc4063fc71f0b699e1edbfe550f8 100644 (file)
@@ -13,7 +13,7 @@ libbabeltrace_ctf_la_SOURCES = \
 
 # Request that the linker keeps all static libraries objects.
 libbabeltrace_ctf_la_LDFLAGS = \
-       -Wl,--no-as-needed
+       -Wl,--no-as-needed -version-info $(BABELTRACE_LIBRARY_VERSION)
 
 libbabeltrace_ctf_la_LIBADD = \
        $(top_builddir)/lib/libbabeltrace.la \
This page took 0.022699 seconds and 4 git commands to generate.