Implement getcpu override
[lttng-ust.git] / liblttng-ust / Makefile.am
index e9022d8a469d899f2910cf1931006fbc7538fa78..bc71358fe55482d4b40b474c950f190ab9f58c70 100644 (file)
@@ -44,7 +44,14 @@ liblttng_ust_runtime_la_SOURCES = \
        wait.h \
        jhash.h \
        lttng-ust-uuid.h \
-       error.h
+       error.h \
+       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 \
@@ -57,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 lttng-getcpu.c
 
 liblttng_ust_la_SOURCES =
 
@@ -70,6 +78,7 @@ liblttng_ust_la_LIBADD = \
        -lpthread \
        -lrt \
        -lurcu-cds \
+       -ldl \
        $(top_builddir)/snprintf/libustsnprintf.la \
        $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
        liblttng-ust-tracepoint.la \
This page took 0.024677 seconds and 4 git commands to generate.