Fix: reloc offset validation error out on filters with no reloc table
[lttng-ust.git] / liblttng-ust / Makefile.am
index 75a2ba8ab19932ef4782d37ae48a85f103cceb5f..aeb5092f7dde7d0847bad0d05ee3996219ed84ec 100644 (file)
@@ -28,6 +28,13 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-context-procname.c \
        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 \
@@ -56,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.02313 seconds and 4 git commands to generate.