X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=libust%2FMakefile.am;h=0aba5c53549776d09e002340f7c15d531246dc9d;hb=7fc90dcaa8cba59beb31421e48b2095b922e860b;hp=0fa4a2b56a83f24e940cbc2c2e004c29be49ca7c;hpb=5e96a46756a5dcd6e348afd84078b9e26438245d;p=lttng-ust.git diff --git a/libust/Makefile.am b/libust/Makefile.am index 0fa4a2b5..0aba5c53 100644 --- a/libust/Makefile.am +++ b/libust/Makefile.am @@ -17,9 +17,9 @@ libust_la_SOURCES = \ 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 libust_la_LDFLAGS = -no-undefined -version-info 0:0:0 @@ -28,6 +28,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