Add string utilities
[lttng-ust.git] / liblttng-ust / Makefile.am
index a2a32b4efcedfcd68d45491e1c1c5af939c30f05..7edac2666973312bca9ad5149850b87ab7cabbce 100644 (file)
@@ -56,11 +56,14 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-ust-tracef-provider.h \
        tracelog.c \
        lttng-ust-tracelog-provider.h \
-       getenv.h
+       getenv.h \
+       string-utils.c \
+       string-utils.h
 
 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.026368 seconds and 4 git commands to generate.