Add missing headers to install to makefile.am
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 4 Nov 2011 21:02:14 +0000 (17:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 4 Nov 2011 21:02:14 +0000 (17:02 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/Makefile.am

index e86786b32679beb36360521cfcd811c682c6dc91..eb77ee378adc798850e36d0981f8fa1112cc915e 100644 (file)
@@ -17,7 +17,14 @@ nobase_include_HEADERS = \
        lttng/ust.h \
        lttng/core.h \
        lttng/processor.h \
-       lttng/ringbuffer-config.h
+       lttng/kcompat/kcompat.h \
+       lttng/kcompat/jhash.h \
+       lttng/kcompat/compiler.h \
+       lttng/kcompat/types.h \
+       lttng/ringbuffer-config.h \
+       lttng/align.h \
+       lttng/bug.h \
+       lttng/vatomic.h
 
 # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup.
 
@@ -29,9 +36,5 @@ noinst_HEADERS = \
        lttng/tracepoint-internal.h \
        lttng/clock.h \
        lttng/probe-internal.h \
-       lttng/kcompat/kcompat.h \
-       lttng/kcompat/jhash.h \
-       lttng/kcompat/compiler.h \
-       lttng/kcompat/types.h \
        lttng/stringify.h \
        lttng/wait.h
This page took 0.02715 seconds and 4 git commands to generate.