X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=dcec467bac4287e5df9a2d8c479175b585e8ee16;hb=e822f505be95ac8c30c7b535a7b48c05ed0c1293;hp=c6e92b83f6d0cda0e2014b0f53a41496d5876829;hpb=3c82ede91f6c984248977a5f81eed3f7d1badfce;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index c6e92b83..dcec467b 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,16 +1,27 @@ 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/lttng-tracer.h \ + ust/usterr-signal-safe.h \ + ust/core.h \ + ust/share.h \ + ust/ust.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 \ @@ -19,9 +30,6 @@ noinst_HEADERS = \ 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/stringify.h \ + ust/wait.h