X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2FMakefile.am;h=3361b4e1b3fbee382979e736382b87b0aa55030b;hb=d9e99d10f6c8e15484a14caa7fee3f1d25487edd;hp=6b128faded4c581aacec48d8246b61d8cbdcc94d;hpb=0a2aba1397f90fa65c293ab856d18579ae14b77f;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 6b128fad..3361b4e1 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,18 +1,26 @@ nobase_include_HEADERS = \ ust/marker.h \ ust/tracepoint.h \ - ust/tracepoint_event.h \ - ust/probe.h \ - ust/version.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/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-sessiond-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 \ @@ -23,6 +31,5 @@ noinst_HEADERS = \ ust/kcompat/compiler.h \ ust/kcompat/types.h \ ust/tracectl.h \ - ust/ustctl.h \ - ust/ustconsumer.h \ - ust/stringify.h + ust/stringify.h \ + ust/wait.h