X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2FMakefile.am;h=e9022d8a469d899f2910cf1931006fbc7538fa78;hb=b49957330f2fe80e872a5a3ceed0d0d07364cf08;hp=1e6401a3499ec341cc2cfc5de96871633073eb86;hpb=96f85541c4e3773d3d1579f04f84633bc9bb6696;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index 1e6401a3..e9022d8a 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -35,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 \ @@ -47,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 \ @@ -66,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