X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2FMakefile.am;h=aeb5092f7dde7d0847bad0d05ee3996219ed84ec;hb=885b1dfd5d050ed5610721d9ec840bfd121644ec;hp=75a2ba8ab19932ef4782d37ae48a85f103cceb5f;hpb=f194f3b00d042154c35f1f9ec262e25f2cd83b8a;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index 75a2ba8a..aeb5092f 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -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 \