X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2FMakefile.am;h=698b4805ee800d7fef8fbd117958b0830da57858;hb=382cbd153bc0240b75d1bece7564c900599534b4;hp=bda7ee87d208a5dfed3077d2dbad0b78511d7ded;hpb=2723b9e6d840f8f6d9367862e8f836d5a9fca5df;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index bda7ee87..698b4805 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -25,6 +25,8 @@ liblttng_ust_runtime_la_SOURCES = \ lttng-context-vpid.c \ lttng-context-pthread-id.c \ lttng-context-procname.c \ + lttng-context-ip.c \ + lttng-context-cpu-id.c \ lttng-context.c \ lttng-events.c \ lttng-filter.c \ @@ -34,25 +36,41 @@ liblttng_ust_runtime_la_SOURCES = \ lttng-filter-interpreter.c \ filter-bytecode.h \ lttng-hash-helper.h \ + lttng-ust-elf.c \ + lttng-ust-statedump.c \ + lttng-ust-statedump.h \ + lttng-ust-statedump-provider.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 \ + tracelog.c \ + lttng-ust-tracelog-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 \ lttng-tracer-core.h \ ust-core.c \ + lttng-rb-clients.h \ lttng-ring-buffer-client.h \ lttng-ring-buffer-client-discard.c \ lttng-ring-buffer-client-discard-rt.c \ 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 = @@ -65,9 +83,10 @@ liblttng_ust_la_LIBADD = \ -lpthread \ -lrt \ -lurcu-cds \ - -llttng-ust-tracepoint \ + -ldl \ $(top_builddir)/snprintf/libustsnprintf.la \ $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \ + liblttng-ust-tracepoint.la \ liblttng-ust-runtime.la liblttng-ust-support.la liblttng_ust_la_CFLAGS = -DUST_COMPONENT="liblttng_ust" -fno-strict-aliasing