Fix: get_wait_shm() ust mutex deadlock
[lttng-ust.git] / liblttng-ust / Makefile.am
index 9ec0591549bbd2627b0c613adb7b4f36314f2dcf..aeb5092f7dde7d0847bad0d05ee3996219ed84ec 100644 (file)
@@ -29,10 +29,12 @@ liblttng_ust_runtime_la_SOURCES = \
        ltt-context.c \
        ltt-events.c \
        lttng-filter.c \
+       lttng-filter.h \
        lttng-filter-validator.c \
        lttng-filter-specialize.c \
        lttng-filter-interpreter.c \
        filter-bytecode.h \
+       lttng-hash-helper.h \
        tracepoint-internal.h \
        clock.h \
        compat.h \
@@ -61,6 +63,7 @@ liblttng_ust_support_la_LIBADD = \
 liblttng_ust_la_LIBADD = \
        -lpthread \
        -lrt \
+       -lurcu-cds \
        -llttng-ust-tracepoint \
        $(top_builddir)/snprintf/libustsnprintf.la \
        $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
This page took 0.02407 seconds and 4 git commands to generate.