X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libust%2FMakefile.am;h=66837f5a8835a02361b512dcbef24e42a8ac96ee;hb=a51070bbd35a914f8bf83d774ea92c23e3e059b4;hp=d72d4691f5ff654f9ec69102ade7ad6e4c7936c9;hpb=2691221a8b9f13505dffd0d381d8a73344037f1c;p=lttng-ust.git diff --git a/libust/Makefile.am b/libust/Makefile.am index d72d4691..66837f5a 100644 --- a/libust/Makefile.am +++ b/libust/Makefile.am @@ -13,13 +13,14 @@ 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-pthread-id.c \ + ltt-context.c libust_la_LDFLAGS = -no-undefined -version-info 0:0:0 @@ -29,6 +30,6 @@ libust_la_LIBADD = \ -luuid \ $(top_builddir)/snprintf/libustsnprintf.la \ $(top_builddir)/libringbuffer/libringbuffer.la \ - $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la + $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la libust_la_CFLAGS = -DUST_COMPONENT="libust" -fno-strict-aliasing