X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2FMakefile.am;h=7edac2666973312bca9ad5149850b87ab7cabbce;hb=e85a0294955aee3dfa48d2a8c18646a16d7b8750;hp=a2a32b4efcedfcd68d45491e1c1c5af939c30f05;hpb=97c7c238f60194565d4839e38e712414c22494e3;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index a2a32b4e..7edac266 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -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 = \