X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=277e4e69b0032060e7cd652a902d03f12d50f7d4;hb=5de7c318804a7b1edce8562d4891b4c74aac0677;hp=eba0fe5b8153ff37e571d857a466fdc7e850a5a7;hpb=518d7abb8e3720433c611499f704c3bd9d554102;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index eba0fe5b..277e4e69 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,20 +1,49 @@ nobase_include_HEADERS = \ - ust/immediate.h \ - ust/marker.h \ - ust/tracepoint.h \ - ust/processor.h \ - ust/probe.h \ - ust/ust.h \ - ust/tracectl.h \ - ust/core.h \ - ust/type-serializer.h \ - ust/kcompat/kcompat.h \ - ust/kcompat/compiler.h \ - ust/kcompat/disable.h \ - ust/kcompat/hlist.h \ - ust/kcompat/jhash.h \ - ust/kcompat/kref.h \ - ust/kcompat/simple.h \ - ust/kcompat/types.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 -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-signal-safe.h \ + ust_snprintf.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