X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=66b9ab0a043e6798768384d5bfa736e5780a50fe;hb=9e3c23dc3eaa7f05c909c4741bd8e3b49b8a5508;hp=70d6e15027cdcdcbfa17cf676648a09c4074460b;hpb=c34b3b36110c299c86b69f5a6d1f5879d081fab0;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 70d6e150..66b9ab0a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,23 +1,30 @@ 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/config.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/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 -noinst_HEADERS = share.h usterr.h ust_snprintf.h usterr_signal_safe.h +# note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. + +noinst_HEADERS = \ + usterr.h \ + usterr-signal-safe.h \ + ust_snprintf.h \ + ust-comm.h \ + lttng/bitfield.h \ + helper.h \ + share.h