Add procname context
[lttng-ust.git] / libust / Makefile.am
index 0a6834ae245f784e78b46d8950c32bdc73245102..9295d6b726a0e5b0f4cda60aba8e5aa65b7ff47a 100644 (file)
@@ -13,13 +13,17 @@ 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 \
-       ust-core.c
-
-#removed: buffers.c buffers.h
+       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 \
+       lttng-context-procname.c \
+       ltt-context.c
 
 libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
 
This page took 0.023287 seconds and 4 git commands to generate.