Fix: handle clock offset with frequency different from 1GHz
[babeltrace.git] / include / Makefile.am
index baafcea1a2f16a26248be34af6bfa5aed28aeb20..824be61b34a05b678df163b36597fdde84382806 100644 (file)
@@ -3,25 +3,33 @@ babeltraceinclude_HEADERS = \
        babeltrace/format.h \
        babeltrace/context.h \
        babeltrace/iterator.h \
-       babeltrace/trace-collection.h \
-       babeltrace/trace-handle.h
+       babeltrace/trace-handle.h \
+       babeltrace/list.h \
+       babeltrace/clock-types.h
 
 babeltracectfinclude_HEADERS = \
-       babeltrace/ctf/events.h
+       babeltrace/ctf/events.h \
+       babeltrace/ctf/callbacks.h \
+       babeltrace/ctf/iterator.h
 
 noinst_HEADERS = \
        babeltrace/align.h \
        babeltrace/babeltrace-internal.h \
        babeltrace/bitfield.h \
-       babeltrace/callbacks-internal.h \
+       babeltrace/clock-internal.h \
        babeltrace/compiler.h \
        babeltrace/context-internal.h \
        babeltrace/iterator-internal.h \
-       babeltrace/list.h \
+       babeltrace/trace-collection.h \
        babeltrace/prio_heap.h \
        babeltrace/types.h \
        babeltrace/ctf-ir/metadata.h \
+       babeltrace/ctf/events-internal.h \
        babeltrace/ctf/metadata.h \
        babeltrace/ctf-text/types.h \
        babeltrace/ctf/types.h \
-       babeltrace/trace-handle-internal.h
+       babeltrace/ctf/callbacks-internal.h \
+       babeltrace/trace-handle-internal.h \
+       babeltrace/uuid.h \
+       babeltrace/endian.h \
+       babeltrace/mmap-align.h
This page took 0.022772 seconds and 4 git commands to generate.