Implement LTTNG_UST_TRACEPOINT_LIST
[lttng-ust.git] / include / Makefile.am
index e86786b32679beb36360521cfcd811c682c6dc91..3a667956a3db3554b8dfc6cfc37640f05df126d9 100644 (file)
@@ -1,6 +1,7 @@
 nobase_include_HEADERS = \
        lttng/marker.h \
        lttng/tracepoint.h \
+       lttng/tracepoint-types.h \
        lttng/tracepoint-event.h \
        lttng/ust-tracepoint-event.h \
        lttng/ust-tracepoint-event-reset.h \
@@ -17,7 +18,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 +37,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.02383 seconds and 4 git commands to generate.