X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=df20225ad8ff6e39d2de2babd48c8daff14c1ffc;hb=824f40b81426c6ac82685251018dae00947786a9;hp=dcec467bac4287e5df9a2d8c479175b585e8ee16;hpb=193183fb924aef705f30358e54e7386a3a64c78d;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index dcec467b..df20225a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -10,9 +10,10 @@ nobase_include_HEADERS = \ ust/ringbuffer-abi.h \ ust/lttng-tracer.h \ ust/usterr-signal-safe.h \ - ust/core.h \ + ust/config.h \ ust/share.h \ - ust/ust.h + ust/ust.h \ + ust/core.h # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. @@ -21,15 +22,15 @@ 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/kcompat/kcompat.h \ ust/kcompat/jhash.h \ ust/kcompat/compiler.h \ ust/kcompat/types.h \ ust/stringify.h \ - ust/wait.h + ust/wait.h \ + ust/ringbuffer-config.h \ + ust/processor.h