From e57f99827c1579170c3088e0f50743fccd94ab84 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 4 Nov 2011 16:45:13 -0400 Subject: [PATCH] install processor.h, needed by core.h Signed-off-by: Mathieu Desnoyers --- include/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1