X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=856be021838b1122c09cd26e0bfbacd7de8cb7b3;hb=1dbfff0c0126804b07e9c11ba2307f65a95a650b;hp=9385364217c32ab2224ee45663259fdfefe27d98;hpb=5e96a46756a5dcd6e348afd84078b9e26438245d;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 93853642..856be021 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -7,16 +7,19 @@ 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 \ 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 \