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