fix make dist: adding missing headers to makefiles
[lttng-ust.git] / include / Makefile.am
index 6de86ea72c0c99def728cd1f7d4fe9b65abb2b91..a843ea6b81d26c881a29e961392f7a51744058d3 100644 (file)
@@ -16,7 +16,15 @@ nobase_include_HEADERS = \
        lttng/share.h \
        lttng/ust.h \
        lttng/core.h \
-       lttng/processor.h
+       lttng/processor.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.
 
@@ -28,10 +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/ringbuffer-config.h
+       lttng/bitfield.h
This page took 0.032229 seconds and 4 git commands to generate.