X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=df308f9bb91d49e903f9a2a20a75a5df0bdc97bf;hb=d2428e875af8666473fb689429eaf1022862510d;hp=e339b32e74d11e85823580478136282928c618cb;hpb=a7859af5c73c3f7cc863702d322d86fc2c4523ab;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index e339b32e..df308f9b 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -5,6 +5,8 @@ nobase_include_HEADERS = \ 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 \ @@ -12,10 +14,13 @@ nobase_include_HEADERS = \ 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/bug.h \ + lttng/ust-error.h # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. @@ -24,6 +29,7 @@ noinst_HEADERS = \ usterr-signal-safe.h \ ust_snprintf.h \ ust-comm.h \ + lttng/ust-tid.h \ lttng/bitfield.h \ helper.h \ share.h