Fix: Move offset endianness conversion to get_data_packet
[babeltrace.git] / include / Makefile.am
index e36817319bfcf3c5f44f2b9d5b5a122158a6b9db..d9996a7b4cf93b679cb1133e4ba80b106bd611fe 100644 (file)
@@ -10,7 +10,9 @@ babeltraceinclude_HEADERS = \
 babeltracectfinclude_HEADERS = \
        babeltrace/ctf/events.h \
        babeltrace/ctf/callbacks.h \
-       babeltrace/ctf/iterator.h \
+       babeltrace/ctf/iterator.h
+
+babeltracectfwriterinclude_HEADERS = \
        babeltrace/ctf-writer/clock.h \
        babeltrace/ctf-writer/writer.h \
        babeltrace/ctf-writer/event-fields.h \
@@ -36,6 +38,15 @@ noinst_HEADERS = \
        babeltrace/ctf-text/types.h \
        babeltrace/ctf/types.h \
        babeltrace/ctf/callbacks-internal.h \
+       babeltrace/ctf/ctf-index.h \
+       babeltrace/ctf-writer/ref-internal.h \
+       babeltrace/ctf-writer/writer-internal.h \
+       babeltrace/ctf-writer/event-types-internal.h \
+       babeltrace/ctf-writer/event-fields-internal.h \
+       babeltrace/ctf-writer/event-internal.h \
+       babeltrace/ctf-writer/clock-internal.h \
+       babeltrace/ctf-writer/stream-internal.h \
+       babeltrace/ctf-writer/functor-internal.h \
        babeltrace/trace-handle-internal.h \
        babeltrace/compat/uuid.h \
        babeltrace/compat/memstream.h \
This page took 0.025421 seconds and 4 git commands to generate.