Fix: get_subbuf: bound number of consumerd retry
[lttng-ust.git] / liblttng-ust / Makefile.am
index b165c3219896ccda953f2ace5ad3a1decb3cb110..e2e1baaab9b8a8e7e5c049948aaf1b8a7eaa0e46 100644 (file)
@@ -37,7 +37,6 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-hash-helper.h \
        lttng-ust-baddr.c \
        lttng-ust-baddr.h \
-       ust_baddr_statedump.c \
        ust_baddr_statedump.h \
        tracepoint-internal.h \
        clock.h \
@@ -45,7 +44,14 @@ liblttng_ust_runtime_la_SOURCES = \
        wait.h \
        jhash.h \
        lttng-ust-uuid.h \
-       error.h
+       error.h \
+       tracef.c \
+       lttng-ust-tracef-provider.h
+
+if HAVE_PERF_EVENT
+liblttng_ust_runtime_la_SOURCES += \
+       lttng-context-perf-counters.c
+endif
 
 liblttng_ust_support_la_SOURCES = \
        lttng-tracer.h \
@@ -71,6 +77,7 @@ liblttng_ust_la_LIBADD = \
        -lpthread \
        -lrt \
        -lurcu-cds \
+       -ldl \
        $(top_builddir)/snprintf/libustsnprintf.la \
        $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
        liblttng-ust-tracepoint.la \
This page took 0.022905 seconds and 4 git commands to generate.