X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=277e4e69b0032060e7cd652a902d03f12d50f7d4;hb=75026e9f596aa057bd3499a7be43a7fc8aa0b783;hp=9fd7dee5ee02868b5726d87ccef533f5714edbec;hpb=9edd34bd25f52dd39b354a84f02697254121aefd;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 9fd7dee5..277e4e69 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,27 +1,49 @@ nobase_include_HEADERS = \ - ust/marker.h \ - ust/tracepoint.h \ - ust/define_trace.h \ - ust/ust_trace.h \ - ust/tracectl.h \ - ust/config.h \ - ust/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-tracepoint-event-write.h \ + lttng/ust-tracepoint-event-nowrite.h \ + lttng/ust-events.h \ + lttng/ust-ctl.h \ + lttng/ust-abi.h \ + lttng/ringbuffer-abi.h \ + lttng/ust-tracer.h \ + lttng/ust-compiler.h \ + lttng/ust.h \ + lttng/ust-endian.h \ + lttng/ringbuffer-config.h \ + lttng/align.h \ + lttng/bug.h \ + lttng/ust-error.h \ + lttng/tracef.h \ + lttng/lttng-ust-tracef.h \ + lttng/tracelog.h \ + lttng/lttng-ust-tracelog.h \ + lttng/ust-clock.h \ + lttng/ust-getcpu.h \ + lttng/ust-elf.h + +# note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. noinst_HEADERS = \ - share.h \ - usterr.h \ + usterr-signal-safe.h \ ust_snprintf.h \ - usterr_signal_safe.h \ - ust/core.h \ - ust/marker-internal.h \ - ust/tracepoint-internal.h \ - ust/clock.h \ - ust/probe.h \ - ust/processor.h \ - ust/kcompat/kcompat.h \ - ust/kcompat/jhash.h \ - ust/kcompat/compiler.h \ - ust/kcompat/simple.h \ - ust/kcompat/types.h + ust-comm.h \ + ust-fd.h \ + lttng/ust-tid.h \ + lttng/bitfield.h \ + lttng/ust-dlfcn.h \ + lttng/ust-dynamic-type.h \ + lttng/ust-context-provider.h \ + helper.h \ + share.h + +# Auto-generated by configure. + +nobase_nodist_include_HEADERS = \ + lttng/ust-config.h \ + lttng/ust-version.h