Pass the Java app context information using two separate arrays
[lttng-ust.git] / liblttng-ust-ctl / Makefile.am
index 1a57fef86ff3c72fcd534d7ba5ec6b5c3e49ca02..e10ba8ba826a1ce10b7c2bb77ac2140aedfdc279 100644 (file)
@@ -3,9 +3,12 @@ AM_CFLAGS = -fno-strict-aliasing
 
 lib_LTLIBRARIES = liblttng-ust-ctl.la
 
-liblttng_ust_ctl_la_SOURCES = ustctl.c
+liblttng_ust_ctl_la_SOURCES = ustctl.c ust-ctl-private.h
+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 \
        $(top_builddir)/liblttng-ust/liblttng-ust-support.la \
-       $(top_builddir)/snprintf/libustsnprintf.la
+       $(top_builddir)/snprintf/libustsnprintf.la \
+       -ldl
This page took 0.023796 seconds and 5 git commands to generate.