X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=571e32f92066d4a6f582f448195b8d67e7f623c6;hb=d9ecffa9ad6203df66b5fa81e8d505c3a9779c16;hp=d034ac5b0fc2e26927f6325da5bf228080a61ab9;hpb=d6c9f207eca8cda2b30dd5d4a0a6816f25b1b796;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index d034ac5b..571e32f9 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,23 +1,31 @@ nobase_include_HEADERS = \ - ust/immediate.h \ - ust/marker.h \ - ust/tracepoint.h \ - ust/processor.h \ - ust/probe.h \ - ust/ust.h \ - ust/tracectl.h \ - ust/core.h \ - ust/clock.h \ - ust/type-serializer.h \ - ust/kcompat/kcompat.h \ - ust/kcompat/compiler.h \ - ust/kcompat/disable.h \ - ust/kcompat/hlist.h \ - ust/kcompat/jhash.h \ - ust/kcompat/kref.h \ - ust/kcompat/simple.h \ - ust/kcompat/types.h \ - ust/ustcmd.h \ - ust/ustd.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 -noinst_HEADERS = share.h usterr.h ust_snprintf.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-comm.h \ + lttng/ust-tid.h \ + lttng/bitfield.h \ + helper.h \ + share.h