X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=571e32f92066d4a6f582f448195b8d67e7f623c6;hb=167ff4df850ed5c954ee374db66a04b1c9a4ef34;hp=eb77ee378adc798850e36d0981f8fa1112cc915e;hpb=40c778e37ca58821024d7a859f02212a1ae93ac2;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index eb77ee37..571e32f9 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,40 +1,31 @@ nobase_include_HEADERS = \ - lttng/marker.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/version.h \ + lttng/ust-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-config.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/ust-endian.h \ lttng/ringbuffer-config.h \ lttng/align.h \ - lttng/bug.h \ - lttng/vatomic.h + lttng/bug.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 \ - lttng/compat.h \ - lttng/marker-internal.h \ - lttng/tracepoint-internal.h \ - lttng/clock.h \ - lttng/probe-internal.h \ - lttng/stringify.h \ - lttng/wait.h + ust-comm.h \ + lttng/ust-tid.h \ + lttng/bitfield.h \ + helper.h \ + share.h