X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2FMakefile.am;h=cc36e20e38d7573d0e8d231ed1413d0a961a9e64;hb=bf956ec0051ba7f365693e194bc0aeaf4343a82c;hp=9ec0591549bbd2627b0c613adb7b4f36314f2dcf;hpb=97b58163ffe6cced54c3d37ae79d4113a9d26455;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index 9ec05915..cc36e20e 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -33,6 +33,7 @@ liblttng_ust_runtime_la_SOURCES = \ lttng-filter-specialize.c \ lttng-filter-interpreter.c \ filter-bytecode.h \ + lttng-hash-helper.h \ tracepoint-internal.h \ clock.h \ compat.h \ @@ -61,6 +62,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 \