Add missing header
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 4 Nov 2011 20:58:40 +0000 (16:58 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 4 Nov 2011 20:58:40 +0000 (16:58 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/Makefile.am

index 6de86ea72c0c99def728cd1f7d4fe9b65abb2b91..e86786b32679beb36360521cfcd811c682c6dc91 100644 (file)
@@ -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
This page took 0.025997 seconds and 4 git commands to generate.