From: Mathieu Desnoyers Date: Fri, 4 Nov 2011 20:45:13 +0000 (-0400) Subject: install processor.h, needed by core.h X-Git-Tag: v1.9.1~136 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=e57f99827c1579170c3088e0f50743fccd94ab84;p=lttng-ust.git install processor.h, needed by core.h Signed-off-by: Mathieu Desnoyers --- diff --git a/include/Makefile.am b/include/Makefile.am index 08fc038d..6de86ea7 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -15,7 +15,8 @@ nobase_include_HEADERS = \ lttng/config.h \ lttng/share.h \ lttng/ust.h \ - lttng/core.h + lttng/core.h \ + lttng/processor.h # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. @@ -33,5 +34,4 @@ noinst_HEADERS = \ lttng/kcompat/types.h \ lttng/stringify.h \ lttng/wait.h \ - lttng/ringbuffer-config.h \ - lttng/processor.h + lttng/ringbuffer-config.h