X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libust%2FMakefile.am;h=88777ef36a62d7ad7ad6457cd0d385e11993410e;hb=a10cfdbdf6ed789bc14a04a883bffaf3df2b6959;hp=dfd96361bb1ccc8cd477f8f15e7e2c80930e035e;hpb=b5234c068da77fe0b37aa7f2ba3efcb61cdb17bc;p=lttng-ust.git diff --git a/libust/Makefile.am b/libust/Makefile.am index dfd96361..88777ef3 100644 --- a/libust/Makefile.am +++ b/libust/Makefile.am @@ -5,7 +5,6 @@ lib_LTLIBRARIES = libust.la libust_la_SOURCES = \ tracepoint.c \ - trace_event.c \ ltt-tracer.h \ ltt-tracer-core.h \ ltt-ring-buffer-client.h \ @@ -13,7 +12,14 @@ libust_la_SOURCES = \ ltt-ring-buffer-client-overwrite.c \ ltt-ring-buffer-metadata-client.h \ ltt-ring-buffer-metadata-client.c \ - ltt-events.c + ltt-events.c \ + ltt-context.c \ + ltt-probes.c \ + lttng-ust-abi.c \ + lttng-ust-comm.c \ + ust-core.c \ + probes/lttng-probe-ust.c \ + probes/lttng-probe-ust.h #removed: buffers.c buffers.h @@ -22,6 +28,9 @@ libust_la_LDFLAGS = -no-undefined -version-info 0:0:0 libust_la_LIBADD = \ -lpthread \ -lrt \ - $(top_builddir)/snprintf/libustsnprintf.la + -luuid \ + $(top_builddir)/snprintf/libustsnprintf.la \ + $(top_builddir)/libringbuffer/libringbuffer.la \ + $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la libust_la_CFLAGS = -DUST_COMPONENT="libust" -fno-strict-aliasing