X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=66b9ab0a043e6798768384d5bfa736e5780a50fe;hb=2ae577586ce440e59acd37c0110b80a595a64d12;hp=c6e92b83f6d0cda0e2014b0f53a41496d5876829;hpb=3c82ede91f6c984248977a5f81eed3f7d1badfce;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index c6e92b83..66b9ab0a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,27 +1,30 @@ nobase_include_HEADERS = \ - ust/marker.h \ - ust/tracepoint.h \ - ust/tracepoint_event.h \ - ust/probe.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 = \ - share.h \ usterr.h \ + usterr-signal-safe.h \ ust_snprintf.h \ - usterr_signal_safe.h \ - ust/config.h \ - ust/core.h \ - ust/marker-internal.h \ - ust/tracepoint-internal.h \ - ust/clock.h \ - ust/probe-internal.h \ - ust/processor.h \ - ust/kcompat/kcompat.h \ - ust/kcompat/jhash.h \ - ust/kcompat/compiler.h \ - ust/kcompat/simple.h \ - ust/kcompat/types.h \ - ust/tracectl.h \ - ust/ustctl.h \ - ust/ustconsumer.h \ - ust/stringify.h + ust-comm.h \ + lttng/bitfield.h \ + helper.h \ + share.h