fix make dist: adding missing headers to makefiles
[deliverable/lttng-ust.git] / include / Makefile.am
index e86786b32679beb36360521cfcd811c682c6dc91..a843ea6b81d26c881a29e961392f7a51744058d3 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,6 @@ 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
+       lttng/wait.h \
+       lttng/bitfield.h
This page took 0.024702 seconds and 5 git commands to generate.