Fix clock source overflow on 32-bit archs
[lttng-ust.git] / liblttng-ust / Makefile.am
index 336cf7bf3cac91e33116b57fc3d14104e4fbc9af..a71f2074116b40ef01c412e0f27a5bf8f67f04c8 100644 (file)
@@ -20,8 +20,10 @@ liblttng_ust_runtime_la_SOURCES = \
        tracepoint.c \
        tracepoint-internal.h \
        clock.h \
+       compat.h \
        wait.h \
-       jhash.h
+       jhash.h \
+       error.h
 
 liblttng_ust_support_la_SOURCES = \
        ltt-tracer.h \
@@ -35,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.023233 seconds and 4 git commands to generate.