X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=277e4e69b0032060e7cd652a902d03f12d50f7d4;hb=6548fca464f68be5ded73be6b9a479daf08e62d6;hp=df308f9bb91d49e903f9a2a20a75a5df0bdc97bf;hpb=7bc53e94a229963972aa78880b361b1510fdd268;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index df308f9b..277e4e69 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -9,27 +9,41 @@ 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/ust-error.h + lttng/ust-error.h \ + lttng/tracef.h \ + lttng/lttng-ust-tracef.h \ + lttng/tracelog.h \ + lttng/lttng-ust-tracelog.h \ + lttng/ust-clock.h \ + lttng/ust-getcpu.h \ + lttng/ust-elf.h # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. noinst_HEADERS = \ - usterr.h \ usterr-signal-safe.h \ ust_snprintf.h \ ust-comm.h \ + ust-fd.h \ lttng/ust-tid.h \ lttng/bitfield.h \ + lttng/ust-dlfcn.h \ + lttng/ust-dynamic-type.h \ + lttng/ust-context-provider.h \ helper.h \ share.h + +# Auto-generated by configure. + +nobase_nodist_include_HEADERS = \ + lttng/ust-config.h \ + lttng/ust-version.h