X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=3a667956a3db3554b8dfc6cfc37640f05df126d9;hb=51489cadd9c38c10261bdbab9b5e72803c95a732;hp=38973bea7e49174e837a0f2b76018f17f601f915;hpb=6eb05e4feb4700acdc9d0e1e2778859562ad1bb7;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 38973bea..3a667956 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,4 +1,42 @@ -nobase_include_HEADERS = ust/immediate.h ust/kernelcompat.h ust/marker.h \ - ust/tracepoint.h ust/processor.h ust/tracer.h ust/ust.h +nobase_include_HEADERS = \ + lttng/marker.h \ + lttng/tracepoint.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/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 \ + lttng/processor.h \ + lttng/kcompat/kcompat.h \ + lttng/kcompat/jhash.h \ + lttng/kcompat/compiler.h \ + lttng/kcompat/types.h \ + lttng/ringbuffer-config.h \ + lttng/align.h \ + lttng/bug.h \ + lttng/vatomic.h -noinst_HEADERS = share.h usterr.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/stringify.h \ + lttng/wait.h \ + lttng/bitfield.h