X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2FMakefile.am;h=9d32481060ba29744f2fcb7078c06eaf9ba30fcc;hb=c452ee17f28041e29c224524e8eefe10a845adb7;hp=199fa03d81d803abd57d40e4e2d2eced8d7d5919;hpb=c7ea8487b97b4552a9fcf214a45e104c5f771c85;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index 199fa03d..9d324810 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -7,6 +7,7 @@ lib_LTLIBRARIES = liblttng-ust-tracepoint.la liblttng-ust.la liblttng_ust_tracepoint_la_SOURCES = \ tracepoint.c \ + tracepoint-weak-test.c \ tracepoint-internal.h \ lttng-tracer-core.h \ jhash.h \ @@ -21,6 +22,7 @@ liblttng_ust_runtime_la_SOURCES = \ lttng-ust-comm.c \ lttng-ust-abi.c \ lttng-probes.c \ + lttng-context-provider.c \ lttng-context-vtid.c \ lttng-context-vpid.c \ lttng-context-pthread-id.c \ @@ -36,6 +38,7 @@ 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 \ @@ -54,13 +57,17 @@ liblttng_ust_runtime_la_SOURCES = \ if HAVE_PERF_EVENT liblttng_ust_runtime_la_SOURCES += \ - lttng-context-perf-counters.c + lttng-context-perf-counters.c \ + perf_event.h endif liblttng_ust_support_la_SOURCES = \ lttng-tracer.h \ lttng-tracer-core.h \ ust-core.c \ + getenv.h \ + getenv.c \ + lttng-ust-dynamic-type.c \ lttng-rb-clients.h \ lttng-ring-buffer-client.h \ lttng-ring-buffer-client-discard.c \