Fix: perf counters ABI rdpmc detection
[lttng-ust.git] / liblttng-ust / Makefile.am
index 199fa03d81d803abd57d40e4e2d2eced8d7d5919..2376913b09eb90d6fae169c2d329a6bc7334deca 100644 (file)
@@ -7,6 +7,7 @@ lib_LTLIBRARIES = liblttng-ust-tracepoint.la liblttng-ust.la
 
 liblttng_ust_tracepoint_la_SOURCES = \
        tracepoint.c \
+       tracepoint-weak-test.c \
        tracepoint-internal.h \
        lttng-tracer-core.h \
        jhash.h \
@@ -54,7 +55,8 @@ liblttng_ust_runtime_la_SOURCES = \
 
 if HAVE_PERF_EVENT
 liblttng_ust_runtime_la_SOURCES += \
-       lttng-context-perf-counters.c
+       lttng-context-perf-counters.c \
+       perf_event.h
 endif
 
 liblttng_ust_support_la_SOURCES = \
This page took 0.022776 seconds and 4 git commands to generate.