Add vpid context
[lttng-ust.git] / libust / Makefile.am
index 957565d0a5cb97f83668a544549a820edab1e1ff..cb00e179dc7d8320b6f19e2d9a16a23839621459 100644 (file)
@@ -13,12 +13,16 @@ 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
-
-#removed: buffers.c buffers.h
+       lttng-ust-comm.c \
+       ust-core.c \
+       probes/lttng-probe-ust.c \
+       probes/lttng-probe-ust.h \
+       lttng-context-vtid.c \
+       lttng-context-vpid.c \
+       lttng-context-pthread-id.c \
+       ltt-context.c
 
 libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
 
@@ -27,6 +31,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
This page took 0.023791 seconds and 4 git commands to generate.