X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=571e32f92066d4a6f582f448195b8d67e7f623c6;hb=06d4f27ebd73d4335d4365468798fc72904b30c6;hp=4f376529c45ea97de69113e09fc01590bc0f2d23;hpb=e41474be35fb9a706872316b06127d108b86b617;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 4f376529..571e32f9 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,37 +1,31 @@ nobase_include_HEADERS = \ - ust/marker.h \ - ust/tracepoint.h \ - ust/tracepoint-event.h \ - ust/lttng-tracepoint-event.h \ - ust/lttng-tracepoint-event-reset.h \ - ust/lttng-events.h \ - ust/lttng-ust-ctl.h \ - ust/version.h \ - ust/lttng-ust-abi.h \ - ust/lttng-ust-comm.h \ - ust/ringbuffer-abi.h \ - ust/lttng-tracer.h \ - ust/usterr-signal-safe.h \ - ust/config.h \ - ust/share.h \ - ust/ust.h \ - ust/core.h + lttng/tracepoint.h \ + lttng/tracepoint-rcu.h \ + lttng/tracepoint-types.h \ + lttng/tracepoint-event.h \ + lttng/ust-tracepoint-event.h \ + lttng/ust-tracepoint-event-reset.h \ + lttng/ust-events.h \ + lttng/ust-ctl.h \ + lttng/ust-version.h \ + lttng/ust-abi.h \ + lttng/ringbuffer-abi.h \ + lttng/ust-tracer.h \ + lttng/ust-config.h \ + lttng/ust.h \ + lttng/ust-endian.h \ + lttng/ringbuffer-config.h \ + lttng/align.h \ + lttng/bug.h # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. noinst_HEADERS = \ usterr.h \ + usterr-signal-safe.h \ ust_snprintf.h \ - ust/compat.h \ - ust/marker-internal.h \ - ust/tracepoint-internal.h \ - ust/clock.h \ - ust/probe-internal.h \ - ust/kcompat/kcompat.h \ - ust/kcompat/jhash.h \ - ust/kcompat/compiler.h \ - ust/kcompat/types.h \ - ust/stringify.h \ - ust/wait.h \ - ust/ringbuffer-config.h \ - ust/processor.h + ust-comm.h \ + lttng/ust-tid.h \ + lttng/bitfield.h \ + helper.h \ + share.h