X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=liblttng-ust%2FMakefile.am;h=ea4e403c652806638fd854277c2399cd6fdc6bef;hb=e7469d86f20b313fd8abc5ae2cfd0baba5038456;hp=a33331391eb59662092009c1df1ea30c76705b15;hpb=82b9bde830eff824adf7762afb7cb05c39bc83e3;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index a3333139..ea4e403c 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -35,13 +35,18 @@ liblttng_ust_runtime_la_SOURCES = \ lttng-filter-interpreter.c \ filter-bytecode.h \ lttng-hash-helper.h \ + lttng-ust-baddr.c \ + lttng-ust-baddr.h \ + ust_baddr_statedump.h \ tracepoint-internal.h \ clock.h \ compat.h \ wait.h \ jhash.h \ lttng-ust-uuid.h \ - error.h + error.h \ + tracef.c \ + lttng-ust-tracef-provider.h liblttng_ust_support_la_SOURCES = \ lttng-tracer.h \ @@ -67,6 +72,7 @@ liblttng_ust_la_LIBADD = \ -lpthread \ -lrt \ -lurcu-cds \ + -ldl \ $(top_builddir)/snprintf/libustsnprintf.la \ $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \ liblttng-ust-tracepoint.la \