Bump soname major to 1
[lttng-ust.git] / liblttng-ust-cyg-profile / Makefile.am
index a3a2ff92455a91340179a1b7b183c8d4b6c0ec00..14c2080eb6ade4d6d471ccc23ba9253787e8e14f 100644 (file)
@@ -11,6 +11,8 @@ liblttng_ust_cyg_profile_la_LIBADD = \
        $(top_builddir)/liblttng-ust/liblttng-ust.la \
        $(DL_LIBS)
 
+liblttng_ust_cyg_profile_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
+
 liblttng_ust_cyg_profile_fast_la_SOURCES = \
        lttng-ust-cyg-profile-fast.c \
        lttng-ust-cyg-profile-fast.h
@@ -19,4 +21,6 @@ liblttng_ust_cyg_profile_fast_la_LIBADD = \
        $(top_builddir)/liblttng-ust/liblttng-ust.la \
        $(DL_LIBS)
 
+liblttng_ust_cyg_profile_fast_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
+
 dist_noinst_SCRIPTS = run run-fast
This page took 0.02274 seconds and 4 git commands to generate.