X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2FMakefile.am;h=e9022d8a469d899f2910cf1931006fbc7538fa78;hb=11a3adca7633e8a5f41beab7851ac3aa5cfb7b39;hp=bda7ee87d208a5dfed3077d2dbad0b78511d7ded;hpb=2723b9e6d840f8f6d9367862e8f836d5a9fca5df;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index bda7ee87..e9022d8a 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -25,6 +25,7 @@ liblttng_ust_runtime_la_SOURCES = \ lttng-context-vpid.c \ lttng-context-pthread-id.c \ lttng-context-procname.c \ + lttng-context-ip.c \ lttng-context.c \ lttng-events.c \ lttng-filter.c \ @@ -34,6 +35,9 @@ 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 \ @@ -46,6 +50,7 @@ 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 \ @@ -65,9 +70,9 @@ 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 \ + liblttng-ust-tracepoint.la \ liblttng-ust-runtime.la liblttng-ust-support.la liblttng_ust_la_CFLAGS = -DUST_COMPONENT="liblttng_ust" -fno-strict-aliasing