X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2FMakefile.am;h=aeb5092f7dde7d0847bad0d05ee3996219ed84ec;hb=b0c1425d1dbdd356172125a2dde4af4602a17326;hp=eae0b33101649589296357f56f1401b0734f7bd0;hpb=2d78951a159c97fd2bfebb84a9b22ef97674d56a;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index eae0b331..aeb5092f 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -29,6 +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 \ @@ -57,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 \