X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=include%2FMakefile.am;h=cd4619deb176665bcb563d820b37e87cfab71820;hb=123881664dc99ef7817e8a3e7ca59d5eaa976d06;hp=a843ea6b81d26c881a29e961392f7a51744058d3;hpb=36385b6ec421b3e752ce1eaad3bcb6776f5536dd;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index a843ea6b..cd4619de 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,6 +1,7 @@ nobase_include_HEADERS = \ lttng/marker.h \ lttng/tracepoint.h \ + lttng/tracepoint-types.h \ lttng/tracepoint-event.h \ lttng/ust-tracepoint-event.h \ lttng/ust-tracepoint-event-reset.h \ @@ -8,7 +9,6 @@ nobase_include_HEADERS = \ lttng/ust-ctl.h \ lttng/version.h \ lttng/ust-abi.h \ - lttng/ust-comm.h \ lttng/ringbuffer-abi.h \ lttng/ust-tracer.h \ lttng/usterr-signal-safe.h \ @@ -31,6 +31,7 @@ nobase_include_HEADERS = \ noinst_HEADERS = \ usterr.h \ ust_snprintf.h \ + lttng/ust-comm.h \ lttng/compat.h \ lttng/marker-internal.h \ lttng/tracepoint-internal.h \