API : seek by timestamp
[babeltrace.git] / include / Makefile.am
index b5d26808ef76909a981b8d0b9e1dfcfec2b7c40a..12b8947091f1a979d6b348001e2deac44240e91a 100644 (file)
@@ -2,7 +2,9 @@ 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
 
 
 noinst_HEADERS = \
@@ -11,6 +13,7 @@ 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 \
@@ -18,4 +21,5 @@ noinst_HEADERS = \
        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.024524 seconds and 4 git commands to generate.