Fix: fetch caller address from tracef()
[lttng-ust.git] / liblttng-ust / Makefile.am
index ea4e403c652806638fd854277c2399cd6fdc6bef..10797d05ff1f22a35a8639c4fca14c96895381c9 100644 (file)
@@ -46,7 +46,13 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-ust-uuid.h \
        error.h \
        tracef.c \
-       lttng-ust-tracef-provider.h
+       lttng-ust-tracef-provider.h \
+       getenv.h
+
+if HAVE_PERF_EVENT
+liblttng_ust_runtime_la_SOURCES += \
+       lttng-context-perf-counters.c
+endif
 
 liblttng_ust_support_la_SOURCES = \
        lttng-tracer.h \
This page took 0.023027 seconds and 4 git commands to generate.