X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libust%2FMakefile.am;h=9857dd2d6f4d9ef3b8cd752353552aff2436ad1f;hb=a93bfc45c7cc2117d27f69eb420ab3333280e026;hp=0fa4a2b56a83f24e940cbc2c2e004c29be49ca7c;hpb=5e96a46756a5dcd6e348afd84078b9e26438245d;p=lttng-ust.git diff --git a/libust/Makefile.am b/libust/Makefile.am index 0fa4a2b5..9857dd2d 100644 --- a/libust/Makefile.am +++ b/libust/Makefile.am @@ -13,13 +13,15 @@ libust_la_SOURCES = \ ltt-ring-buffer-metadata-client.h \ ltt-ring-buffer-metadata-client.c \ ltt-events.c \ - ltt-context.c \ ltt-probes.c \ lttng-ust-abi.c \ lttng-ust-comm.c \ - ust-core.c - -#removed: buffers.c buffers.h + ust-core.c \ + probes/lttng-probe-ust.c \ + probes/lttng-probe-ust.h \ + lttng-context-vtid.c \ + lttng-context-pthread-id.c \ + ltt-context.c libust_la_LDFLAGS = -no-undefined -version-info 0:0:0 @@ -28,6 +30,7 @@ libust_la_LIBADD = \ -lrt \ -luuid \ $(top_builddir)/snprintf/libustsnprintf.la \ - $(top_builddir)/libringbuffer/libringbuffer.la + $(top_builddir)/libringbuffer/libringbuffer.la \ + $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la libust_la_CFLAGS = -DUST_COMPONENT="libust" -fno-strict-aliasing