Version 2.5.7
[lttng-ust.git] / liblttng-ust / Makefile.am
index 569a701a3b1e343994a03986a381dfac564a3f94..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 \
@@ -72,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.034422 seconds and 4 git commands to generate.