Bump liblttng-ust-ctl lib version major number
[lttng-ust.git] / liblttng-ust-ctl / Makefile.am
index 1a57fef86ff3c72fcd534d7ba5ec6b5c3e49ca02..42aee69909a0a7df1c334e275684ca743bceba63 100644 (file)
@@ -4,6 +4,8 @@ AM_CFLAGS = -fno-strict-aliasing
 lib_LTLIBRARIES = liblttng-ust-ctl.la
 
 liblttng_ust_ctl_la_SOURCES = ustctl.c
+liblttng_ust_ctl_la_LDFLAGS = \
+       -version-info $(LTTNG_UST_CTL_LIBRARY_VERSION)
 
 liblttng_ust_ctl_la_LIBADD = \
        $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
This page took 0.023393 seconds and 4 git commands to generate.