X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2FMakefile.am;h=a754d04b98b43ce22d0d8ebeabd95be93ff98973;hb=1fc6c5c9aa62d88f9fa995575006f7a756b1944a;hp=9385364217c32ab2224ee45663259fdfefe27d98;hpb=0a42beb627df1b9ea5cce4b1908e8a9cefaa1631;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 93853642..a754d04b 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -7,16 +7,20 @@ nobase_include_HEADERS = \ ust/lttng-events.h \ ust/version.h \ ust/lttng-ust-abi.h \ - ust/ringbuffer-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 = \ - share.h \ + lttng-ust-comm.h \ usterr.h \ ust_snprintf.h \ - usterr_signal_safe.h \ ust/compat.h \ ust/config.h \ - ust/core.h \ ust/marker-internal.h \ ust/tracepoint-internal.h \ ust/clock.h \