X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=46cc3fd31213f8765938becafa8aab199881a4c5;hb=f02baefb3ba4d5493816d63f65625ba4269224d2;hp=633260baf8fe16d1392749ed025ed4fadbc9c7a9;hpb=4774c8f387042911d3256d29a06cfdbb8091bb10;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 633260ba..46cc3fd3 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -9,16 +9,16 @@ nobase_include_HEADERS = \ lttng/ust-tracepoint-event-nowrite.h \ lttng/ust-events.h \ lttng/ust-ctl.h \ - lttng/ust-version.h \ lttng/ust-abi.h \ lttng/ringbuffer-abi.h \ lttng/ust-tracer.h \ - lttng/ust-config.h \ + lttng/ust-compiler.h \ lttng/ust.h \ lttng/ust-endian.h \ lttng/ringbuffer-config.h \ lttng/align.h \ - lttng/bug.h + lttng/bug.h \ + lttng/ust-error.h # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. @@ -29,5 +29,12 @@ noinst_HEADERS = \ ust-comm.h \ lttng/ust-tid.h \ lttng/bitfield.h \ + lttng/ust-dlfcn.h \ helper.h \ share.h + +# Auto-generated by configure. + +nobase_nodist_include_HEADERS = \ + lttng/ust-config.h \ + lttng/ust-version.h