X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2FMakefile.am;h=f8b334aa77aa9da1c2152f3e5bd16d09c5892361;hb=7dd08bec735b428479201f9f84d59c78deabdf57;hp=75a2ba8ab19932ef4782d37ae48a85f103cceb5f;hpb=9501d22f55b3a23f382f631c99b2325d1419b5da;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index 75a2ba8a..f8b334aa 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -fno-strict-aliasing noinst_LTLIBRARIES = liblttng-ust-runtime.la liblttng-ust-support.la @@ -8,7 +8,7 @@ lib_LTLIBRARIES = liblttng-ust-tracepoint.la liblttng-ust.la liblttng_ust_tracepoint_la_SOURCES = \ tracepoint.c \ tracepoint-internal.h \ - ltt-tracer-core.h \ + lttng-tracer-core.h \ jhash.h \ error.h liblttng_ust_tracepoint_la_LIBADD = \ @@ -19,15 +19,22 @@ liblttng_ust_tracepoint_la_CFLAGS = -DUST_COMPONENT="liblttng_ust_tracepoint" -f liblttng_ust_runtime_la_SOURCES = \ lttng-ust-comm.c \ lttng-ust-abi.c \ - ltt-probes.c \ + lttng-probes.c \ probes/lttng-probe-ust.c \ probes/lttng-probe-ust.h \ lttng-context-vtid.c \ lttng-context-vpid.c \ lttng-context-pthread-id.c \ lttng-context-procname.c \ - ltt-context.c \ - ltt-events.c \ + lttng-context.c \ + lttng-events.c \ + lttng-filter.c \ + lttng-filter.h \ + lttng-filter-validator.c \ + lttng-filter-specialize.c \ + lttng-filter-interpreter.c \ + filter-bytecode.h \ + lttng-hash-helper.h \ tracepoint-internal.h \ clock.h \ compat.h \ @@ -37,14 +44,14 @@ liblttng_ust_runtime_la_SOURCES = \ lttng-ust-uuid.h liblttng_ust_support_la_SOURCES = \ - ltt-tracer.h \ - ltt-tracer-core.h \ + lttng-tracer.h \ + lttng-tracer-core.h \ ust-core.c \ - ltt-ring-buffer-client.h \ - ltt-ring-buffer-client-discard.c \ - ltt-ring-buffer-client-overwrite.c \ - ltt-ring-buffer-metadata-client.h \ - ltt-ring-buffer-metadata-client.c + lttng-ring-buffer-client.h \ + lttng-ring-buffer-client-discard.c \ + lttng-ring-buffer-client-overwrite.c \ + lttng-ring-buffer-metadata-client.h \ + lttng-ring-buffer-metadata-client.c liblttng_ust_la_SOURCES = @@ -56,6 +63,7 @@ liblttng_ust_support_la_LIBADD = \ liblttng_ust_la_LIBADD = \ -lpthread \ -lrt \ + -lurcu-cds \ -llttng-ust-tracepoint \ $(top_builddir)/snprintf/libustsnprintf.la \ $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \