X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=a754d04b98b43ce22d0d8ebeabd95be93ff98973;hb=b35d179d7be2ab0cb4a9c698b86d78928089fc39;hp=76c8cf6fc20d4eda6c88f33e0eac0856969ce049;hpb=9f3fdbc68877e1f12b6cedb15ef76d9af9b48bac;p=ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 76c8cf6..a754d04 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,20 +1,26 @@ nobase_include_HEADERS = \ ust/marker.h \ ust/tracepoint.h \ - ust/tracepoint_event.h \ - ust/probe.h \ + ust/tracepoint-event.h \ + ust/lttng-tracepoint-event.h \ + ust/lttng-tracepoint-event-reset.h \ + ust/lttng-events.h \ ust/version.h \ ust/lttng-ust-abi.h \ - ust/ringbuffer-abi.h + ust/ringbuffer-abi.h \ + ust/lttng-tracer.h \ + ust/usterr-signal-safe.h \ + ust/core.h \ + ust/share.h + +# note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. noinst_HEADERS = \ - share.h \ + lttng-ust-comm.h \ usterr.h \ ust_snprintf.h \ - usterr_signal_safe.h \ ust/compat.h \ ust/config.h \ - ust/core.h \ ust/marker-internal.h \ ust/tracepoint-internal.h \ ust/clock.h \ @@ -25,4 +31,5 @@ noinst_HEADERS = \ ust/kcompat/compiler.h \ ust/kcompat/types.h \ ust/tracectl.h \ - ust/stringify.h + ust/stringify.h \ + ust/wait.h