Implement clock override plugin support
[lttng-ust.git] / liblttng-ust / Makefile.am
index ea4e403c652806638fd854277c2399cd6fdc6bef..796ce5b3837fe939cb3599d50275d8eadb195a7e 100644 (file)
@@ -48,6 +48,11 @@ liblttng_ust_runtime_la_SOURCES = \
        tracef.c \
        lttng-ust-tracef-provider.h
 
+if HAVE_PERF_EVENT
+liblttng_ust_runtime_la_SOURCES += \
+       lttng-context-perf-counters.c
+endif
+
 liblttng_ust_support_la_SOURCES = \
        lttng-tracer.h \
        lttng-tracer-core.h \
@@ -59,7 +64,8 @@ liblttng_ust_support_la_SOURCES = \
        lttng-ring-buffer-client-overwrite.c \
        lttng-ring-buffer-client-overwrite-rt.c \
        lttng-ring-buffer-metadata-client.h \
-       lttng-ring-buffer-metadata-client.c
+       lttng-ring-buffer-metadata-client.c \
+       lttng-clock.c
 
 liblttng_ust_la_SOURCES =
 
This page took 0.023654 seconds and 4 git commands to generate.