X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=4a0a4ba6c83be593078210954d3ac638ae861f24;hb=0d4aa2df26584c00cdb504ff2b3d4a5fdd8f5f08;hp=08fc038df15163aea21c12dc4a26db2239cd19fe;hpb=4318ae1be57eb7983ab4857a7a8eeb4a030a8216;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 08fc038d..4a0a4ba6 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,37 +1,28 @@ 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-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/core.h \ + lttng/ringbuffer-config.h \ + lttng/align.h \ + lttng/bug.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/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/processor.h + ust-comm.h \ + lttng/bitfield.h