ir: add bt_ctf_clock_class object, modify bt_ctf_clock object
[babeltrace.git] / include / Makefile.am
index fcbd6a3d6fccba9f549eef50c63748934909fa8f..a463dba4f10ccb65f1bd56126213b4656c2ea079 100644 (file)
@@ -24,7 +24,7 @@ babeltracectfwriterinclude_HEADERS = \
        babeltrace/ctf-writer/stream-class.h
 
 babeltracectfirinclude_HEADERS = \
-       babeltrace/ctf-ir/clock.h \
+       babeltrace/ctf-ir/clock-class.h \
        babeltrace/ctf-ir/fields.h \
        babeltrace/ctf-ir/field-types.h \
        babeltrace/ctf-ir/event.h \
@@ -34,7 +34,28 @@ babeltracectfirinclude_HEADERS = \
        babeltrace/ctf-ir/packet.h \
        babeltrace/ctf-ir/stream-class.h \
        babeltrace/ctf-ir/trace.h \
-       babeltrace/ctf-ir/utils.h
+       babeltrace/ctf-ir/utils.h \
+       babeltrace/ctf-ir/visitor.h
+
+babeltraceplugininclude_HEADERS = \
+       babeltrace/plugin/plugin.h \
+       babeltrace/plugin/component.h \
+       babeltrace/plugin/component-class.h \
+       babeltrace/plugin/component-connection.h \
+       babeltrace/plugin/component-factory.h \
+       babeltrace/plugin/component-graph.h \
+       babeltrace/plugin/source.h \
+       babeltrace/plugin/sink.h \
+       babeltrace/plugin/filter.h \
+       babeltrace/plugin/plugin-system.h \
+       babeltrace/plugin/notification/eot.h \
+       babeltrace/plugin/notification/notification.h \
+       babeltrace/plugin/notification/event.h \
+       babeltrace/plugin/notification/iterator.h \
+       babeltrace/plugin/notification/packet.h \
+       babeltrace/plugin/notification/schema.h \
+       babeltrace/plugin/notification/stream.h \
+       babeltrace/plugin/notification/heap.h
 
 noinst_HEADERS = \
        babeltrace/align.h \
@@ -70,13 +91,15 @@ noinst_HEADERS = \
        babeltrace/ctf-ir/event-internal.h \
        babeltrace/ctf-ir/event-class-internal.h \
        babeltrace/ctf-ir/field-path-internal.h \
-       babeltrace/ctf-ir/clock-internal.h \
+       babeltrace/ctf-ir/clock-class-internal.h \
        babeltrace/ctf-ir/resolve-internal.h \
        babeltrace/ctf-ir/stream-class-internal.h \
        babeltrace/ctf-ir/stream-internal.h \
        babeltrace/ctf-ir/packet-internal.h \
        babeltrace/ctf-ir/trace-internal.h \
        babeltrace/ctf-ir/validation-internal.h \
+       babeltrace/ctf-ir/visitor-internal.h \
+       babeltrace/ctf-writer/clock-internal.h \
        babeltrace/ctf-writer/functor-internal.h \
        babeltrace/trace-handle-internal.h \
        babeltrace/compat/uuid.h \
@@ -92,4 +115,21 @@ noinst_HEADERS = \
        babeltrace/compat/stdio.h \
        babeltrace/compat/mman.h \
        babeltrace/endian.h \
-       babeltrace/mmap-align.h
+       babeltrace/mmap-align.h \
+       babeltrace/plugin/component-class-internal.h \
+       babeltrace/plugin/component-connection-internal.h \
+       babeltrace/plugin/component-factory-internal.h \
+       babeltrace/plugin/component-internal.h \
+       babeltrace/plugin/component-graph-internal.h \
+       babeltrace/plugin/plugin-internal.h \
+       babeltrace/plugin/filter-internal.h \
+       babeltrace/plugin/sink-internal.h \
+       babeltrace/plugin/source-internal.h \
+       babeltrace/plugin/input.h \
+       babeltrace/plugin/notification/eot-internal.h \
+       babeltrace/plugin/notification/event-internal.h \
+       babeltrace/plugin/notification/iterator-internal.h \
+       babeltrace/plugin/notification/notification-internal.h \
+       babeltrace/plugin/notification/packet-internal.h \
+       babeltrace/plugin/notification/stream-internal.h \
+       babeltrace/plugin/notification/heap-internal.h
This page took 0.034983 seconds and 4 git commands to generate.