X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2FMakefile.am;h=78eac9727b9710842b2cccbc79842ca8504ccc25;hb=13efba44993b2b2679677edb5cf75ef17849d621;hp=a33331391eb59662092009c1df1ea30c76705b15;hpb=82b9bde830eff824adf7762afb7cb05c39bc83e3;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index a3333139..78eac972 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -35,13 +35,24 @@ 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 \ + getenv.h + +if HAVE_PERF_EVENT +liblttng_ust_runtime_la_SOURCES += \ + lttng-context-perf-counters.c +endif liblttng_ust_support_la_SOURCES = \ lttng-tracer.h \ @@ -54,7 +65,8 @@ liblttng_ust_support_la_SOURCES = \ lttng-ring-buffer-client-overwrite.c \ lttng-ring-buffer-client-overwrite-rt.c \ lttng-ring-buffer-metadata-client.h \ - lttng-ring-buffer-metadata-client.c + lttng-ring-buffer-metadata-client.c \ + lttng-clock.c lttng-getcpu.c liblttng_ust_la_SOURCES = @@ -67,6 +79,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 \