Bump soname major to 1
[lttng-ust.git] / liblttng-ust-libc-wrapper / Makefile.am
index 12e8196623f69c4542fa0a91689a41a653906167..d4ecea3df4018f477b9ddc971197db9b45aa808b 100644 (file)
@@ -11,6 +11,8 @@ liblttng_ust_libc_wrapper_la_LIBADD = \
        $(top_builddir)/liblttng-ust/liblttng-ust.la \
        $(DL_LIBS)
 
+liblttng_ust_libc_wrapper_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
+
 liblttng_ust_pthread_wrapper_la_SOURCES = \
        lttng-ust-pthread.c \
        ust_pthread.h
@@ -19,5 +21,7 @@ liblttng_ust_pthread_wrapper_la_LIBADD = \
        $(top_builddir)/liblttng-ust/liblttng-ust.la \
        $(DL_LIBS)
 
+liblttng_ust_pthread_wrapper_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
+
 dist_noinst_SCRIPTS = run
 EXTRA_DIST = README
This page took 0.026975 seconds and 4 git commands to generate.