X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=include%2FMakefile.am;h=856be021838b1122c09cd26e0bfbacd7de8cb7b3;hb=1dbfff0c0126804b07e9c11ba2307f65a95a650b;hp=a98cee1a560ad525c038370137c1cb1abfc3bc3b;hpb=17bb07b445acdef0034194bdcebe113988a8db60;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index a98cee1a..856be021 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,18 +1,34 @@ nobase_include_HEADERS = \ - ust/immediate.h \ - ust/kernelcompat.h \ ust/marker.h \ ust/tracepoint.h \ + ust/tracepoint-event.h \ + ust/lttng-tracepoint-event.h \ + ust/lttng-tracepoint-event-reset.h \ + ust/lttng-events.h \ + ust/version.h \ + ust/lttng-ust-abi.h \ + ust/ringbuffer-abi.h \ + ust/lttng-tracer.h \ + ust/usterr-signal-safe.h \ + ust/core.h \ + ust/share.h + +# note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. + +noinst_HEADERS = \ + usterr.h \ + ust_snprintf.h \ + ust/compat.h \ + ust/config.h \ + ust/marker-internal.h \ + ust/tracepoint-internal.h \ + ust/clock.h \ + ust/probe-internal.h \ ust/processor.h \ - ust/probe.h \ - ust/ust.h \ - ust/tracectl.h \ - ust/kcompat/compiler.h \ - ust/kcompat/disable.h \ - ust/kcompat/hlist.h \ + ust/kcompat/kcompat.h \ ust/kcompat/jhash.h \ - ust/kcompat/kref.h \ - ust/kcompat/simple.h \ - ust/kcompat/types.h - -noinst_HEADERS = share.h usterr.h ust_snprintf.h + ust/kcompat/compiler.h \ + ust/kcompat/types.h \ + ust/tracectl.h \ + ust/stringify.h \ + ust/wait.h