X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=include%2FMakefile.am;h=633260baf8fe16d1392749ed025ed4fadbc9c7a9;hb=4774c8f387042911d3256d29a06cfdbb8091bb10;hp=28462e60fc5f93061ee9ff5d86b2380435615927;hpb=35897f8b2d311b756b81657dad9c53ef1c0fad8a;p=deliverable%2Flttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 28462e60..633260ba 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,19 +1,21 @@ nobase_include_HEADERS = \ lttng/tracepoint.h \ + lttng/tracepoint-rcu.h \ lttng/tracepoint-types.h \ 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/usterr-signal-safe.h \ - lttng/config.h \ - lttng/share.h \ + lttng/ust-config.h \ lttng/ust.h \ + lttng/ust-endian.h \ lttng/ringbuffer-config.h \ lttng/align.h \ lttng/bug.h @@ -22,7 +24,10 @@ nobase_include_HEADERS = \ noinst_HEADERS = \ usterr.h \ + usterr-signal-safe.h \ ust_snprintf.h \ ust-comm.h \ + lttng/ust-tid.h \ lttng/bitfield.h \ - helper.h + helper.h \ + share.h