X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=08fc038df15163aea21c12dc4a26db2239cd19fe;hb=4318ae1be57eb7983ab4857a7a8eeb4a030a8216;hp=2133efdc7f0a0b51b95de847e42862c7e1a6e1bb;hpb=f36c12ab311c7db808bfeda93bb95022020110cd;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 2133efdc..08fc038d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,22 +1,37 @@ nobase_include_HEADERS = \ - ust/marker.h \ - ust/tracepoint.h \ - ust/define_trace.h \ - ust/ust_trace.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/jhash.h \ - ust/kcompat/simple.h \ - ust/kcompat/types.h \ - ust/kcompat/stringify.h \ - ust/ustctl.h \ - ust/ustconsumer.h + lttng/marker.h \ + lttng/tracepoint.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/version.h \ + lttng/ust-abi.h \ + lttng/ust-comm.h \ + lttng/ringbuffer-abi.h \ + lttng/ust-tracer.h \ + lttng/usterr-signal-safe.h \ + lttng/config.h \ + lttng/share.h \ + lttng/ust.h \ + lttng/core.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 \ + ust_snprintf.h \ + lttng/compat.h \ + lttng/marker-internal.h \ + lttng/tracepoint-internal.h \ + lttng/clock.h \ + lttng/probe-internal.h \ + lttng/kcompat/kcompat.h \ + lttng/kcompat/jhash.h \ + lttng/kcompat/compiler.h \ + lttng/kcompat/types.h \ + lttng/stringify.h \ + lttng/wait.h \ + lttng/ringbuffer-config.h \ + lttng/processor.h