X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2FMakefile.am;h=cd4619deb176665bcb563d820b37e87cfab71820;hb=123881664dc99ef7817e8a3e7ca59d5eaa976d06;hp=6de86ea72c0c99def728cd1f7d4fe9b65abb2b91;hpb=e57f99827c1579170c3088e0f50743fccd94ab84;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 6de86ea7..cd4619de 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,6 +1,7 @@ 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 \ @@ -8,7 +9,6 @@ nobase_include_HEADERS = \ 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 \ @@ -16,22 +16,27 @@ nobase_include_HEADERS = \ lttng/share.h \ lttng/ust.h \ lttng/core.h \ - lttng/processor.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 # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. noinst_HEADERS = \ usterr.h \ ust_snprintf.h \ + lttng/ust-comm.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/bitfield.h