X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2FMakefile.am;h=0a6834ae245f784e78b46d8950c32bdc73245102;hb=b35d179d7be2ab0cb4a9c698b86d78928089fc39;hp=957565d0a5cb97f83668a544549a820edab1e1ff;hpb=8d8a24c8565ce6dce7e7bd1045a95d1d2af5e536;p=lttng-ust.git diff --git a/libust/Makefile.am b/libust/Makefile.am index 957565d0..0a6834ae 100644 --- a/libust/Makefile.am +++ b/libust/Makefile.am @@ -16,7 +16,8 @@ libust_la_SOURCES = \ ltt-context.c \ ltt-probes.c \ lttng-ust-abi.c \ - lttng-ust-comm.c + lttng-ust-comm.c \ + ust-core.c #removed: buffers.c buffers.h @@ -27,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