Fix: do not use ctf-specific struct in format.h
[babeltrace.git] / include / Makefile.am
index b5d26808ef76909a981b8d0b9e1dfcfec2b7c40a..fea3c25942e94c0104b27ea0b08a1b3a9f37be01 100644 (file)
@@ -2,8 +2,13 @@ babeltraceinclude_HEADERS = \
        babeltrace/babeltrace.h \
        babeltrace/format.h \
        babeltrace/context.h \
-       babeltrace/iterator.h
+       babeltrace/iterator.h \
+       babeltrace/trace-collection.h \
+       babeltrace/trace-handle.h \
+       babeltrace/list.h
 
+babeltracectfinclude_HEADERS = \
+       babeltrace/ctf/events.h
 
 noinst_HEADERS = \
        babeltrace/align.h \
@@ -11,11 +16,12 @@ noinst_HEADERS = \
        babeltrace/bitfield.h \
        babeltrace/callbacks-internal.h \
        babeltrace/compiler.h \
+       babeltrace/context-internal.h \
        babeltrace/iterator-internal.h \
-       babeltrace/list.h \
        babeltrace/prio_heap.h \
        babeltrace/types.h \
        babeltrace/ctf-ir/metadata.h \
        babeltrace/ctf/metadata.h \
        babeltrace/ctf-text/types.h \
-       babeltrace/ctf/types.h
+       babeltrace/ctf/types.h \
+       babeltrace/trace-handle-internal.h
This page took 0.02279 seconds and 4 git commands to generate.