Fix: Argument with 'nonnull' attribute passed null
[lttng-ust.git] / liblttng-ust / Makefile.am
index e9022d8a469d899f2910cf1931006fbc7538fa78..10797d05ff1f22a35a8639c4fca14c96895381c9 100644 (file)
@@ -44,7 +44,15 @@ liblttng_ust_runtime_la_SOURCES = \
        wait.h \
        jhash.h \
        lttng-ust-uuid.h \
-       error.h
+       error.h \
+       tracef.c \
+       lttng-ust-tracef-provider.h \
+       getenv.h
+
+if HAVE_PERF_EVENT
+liblttng_ust_runtime_la_SOURCES += \
+       lttng-context-perf-counters.c
+endif
 
 liblttng_ust_support_la_SOURCES = \
        lttng-tracer.h \
@@ -70,6 +78,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.022732 seconds and 4 git commands to generate.