From 3c344c317f0a41af2ff67c9f0125c97e2cb4c9c9 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 4 Nov 2011 16:58:40 -0400 Subject: [PATCH] Add missing header 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 6de86ea7..e86786b3 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -16,7 +16,8 @@ nobase_include_HEADERS = \ lttng/share.h \ lttng/ust.h \ lttng/core.h \ - lttng/processor.h + lttng/processor.h \ + lttng/ringbuffer-config.h # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. @@ -33,5 +34,4 @@ noinst_HEADERS = \ lttng/kcompat/compiler.h \ lttng/kcompat/types.h \ lttng/stringify.h \ - lttng/wait.h \ - lttng/ringbuffer-config.h + lttng/wait.h -- 2.34.1