X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2FMakefile.am;h=9385364217c32ab2224ee45663259fdfefe27d98;hb=0a42beb627df1b9ea5cce4b1908e8a9cefaa1631;hp=76c8cf6fc20d4eda6c88f33e0eac0856969ce049;hpb=9f3fdbc68877e1f12b6cedb15ef76d9af9b48bac;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 76c8cf6f..93853642 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,8 +1,10 @@ nobase_include_HEADERS = \ ust/marker.h \ ust/tracepoint.h \ - ust/tracepoint_event.h \ - ust/probe.h \ + ust/tracepoint-event.h \ + ust/lttng-tracepoint-event.h \ + ust/lttng-tracepoint-event-reset.h \ + ust/lttng-events.h \ ust/version.h \ ust/lttng-ust-abi.h \ ust/ringbuffer-abi.h @@ -25,4 +27,5 @@ noinst_HEADERS = \ ust/kcompat/compiler.h \ ust/kcompat/types.h \ ust/tracectl.h \ - ust/stringify.h + ust/stringify.h \ + ust/wait.h