From: Mathieu Desnoyers Date: Fri, 4 Nov 2011 20:58:40 +0000 (-0400) Subject: Add missing header X-Git-Tag: v1.9.1~135 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=3c344c317f0a41af2ff67c9f0125c97e2cb4c9c9;p=lttng-ust.git Add missing header Signed-off-by: Mathieu Desnoyers --- 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