Python agent lib soname major bump
[lttng-ust.git] / liblttng-ust-python-agent / Makefile.am
index 2b316a7b437d040c8115536bedd3b84bd03bda9d..e5de2e0b73f4e79e7333205dd73cded8e5ed4e6f 100644 (file)
@@ -8,3 +8,6 @@ lib_LTLIBRARIES = liblttng-ust-python-agent.la
 liblttng_ust_python_agent_la_SOURCES = lttng_ust_python.c lttng_ust_python.h
 liblttng_ust_python_agent_la_LIBADD = -lc \
        $(top_builddir)/liblttng-ust/liblttng-ust.la
+
+# Follow the main library soname for co-installability
+liblttng_ust_python_agent_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
This page took 0.023897 seconds and 4 git commands to generate.