X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=include%2FMakefile.am;h=b77c1364cacd61655c19bd50171ea7a3fe55cf32;hb=2d41d2b73dbc3c2f6e7f2028836e05f8181331fe;hp=66b9ab0a043e6798768384d5bfa736e5780a50fe;hpb=aab17bfec51be0eb306ff1197a38d8acc5e877a3;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 66b9ab0a..b77c1364 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -5,18 +5,22 @@ nobase_include_HEADERS = \ lttng/tracepoint-event.h \ lttng/ust-tracepoint-event.h \ lttng/ust-tracepoint-event-reset.h \ + lttng/ust-tracepoint-event-write.h \ + 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 \ + lttng/tracef.h \ + lttng/lttng-ust-tracef.h # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. @@ -25,6 +29,14 @@ noinst_HEADERS = \ usterr-signal-safe.h \ ust_snprintf.h \ 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