X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2FMakefile.am;h=aeb5092f7dde7d0847bad0d05ee3996219ed84ec;hb=5d3bc5ed74a4c9f557a75d7de82ed7056adb812e;hp=628e56fba9043f700580101bbc055db81a148501;hpb=19d8b1b3cecac9a52cf8e0e381854703c141ec5e;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index 628e56fb..aeb5092f 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -28,13 +28,20 @@ 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 \ wait.h \ jhash.h \ error.h \ - uuid.h + lttng-ust-uuid.h liblttng_ust_support_la_SOURCES = \ ltt-tracer.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 \