install processor.h, needed by core.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 4 Nov 2011 20:45:13 +0000 (16:45 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 4 Nov 2011 20:45:13 +0000 (16:45 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/Makefile.am

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