Make dlopen more robust by using the .0 target for the library
[lttng-ust.git] / liblttng-ust / Makefile.am
index 6b33906be4ecd44f105aec965fc0f777cea16d37..a71f2074116b40ef01c412e0f27a5bf8f67f04c8 100644 (file)
@@ -37,7 +37,7 @@ liblttng_ust_support_la_SOURCES = \
 
 liblttng_ust_la_SOURCES =
 
-liblttng_ust_la_LDFLAGS = -no-undefined -version-info 0:0:0
+liblttng_ust_la_LDFLAGS = -no-undefined -version-info $(LTTNG_UST_LIBRARY_VERSION)
 
 liblttng_ust_support_la_LIBADD = \
        $(top_builddir)/libringbuffer/libringbuffer.la
This page took 0.037954 seconds and 4 git commands to generate.