X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2FMakefile.am;h=876e9b5190d525ae722bf21c9f61709d48ba1635;hb=64ec15a9a258a16b5de4d1b5d4b06505c5babfe4;hp=199fa03d81d803abd57d40e4e2d2eced8d7d5919;hpb=c7ea8487b97b4552a9fcf214a45e104c5f771c85;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index 199fa03d..876e9b51 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -21,6 +21,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 +37,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 \ @@ -61,6 +63,7 @@ liblttng_ust_support_la_SOURCES = \ lttng-tracer.h \ lttng-tracer-core.h \ ust-core.c \ + lttng-ust-dynamic-type.c \ lttng-rb-clients.h \ lttng-ring-buffer-client.h \ lttng-ring-buffer-client-discard.c \