Add clock class priority map object
[babeltrace.git] / include / Makefile.am
index a463dba4f10ccb65f1bd56126213b4656c2ea079..5f01846bf597b7b122f4ea93dd3337e1c89fb050 100644 (file)
@@ -39,29 +39,44 @@ babeltracectfirinclude_HEADERS = \
 
 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
+       babeltrace/plugin/plugin-dev.h
+
+babeltracegraphinclude_HEADERS = \
+       babeltrace/graph/clock-class-priority-map.h \
+       babeltrace/graph/clock-class-priority-map-internal.h \
+       babeltrace/graph/component-class-filter.h \
+       babeltrace/graph/component-class-sink.h \
+       babeltrace/graph/component-class-source.h \
+       babeltrace/graph/component-class.h \
+       babeltrace/graph/component-filter.h \
+       babeltrace/graph/component-sink.h \
+       babeltrace/graph/component-source.h \
+       babeltrace/graph/component.h \
+       babeltrace/graph/connection.h \
+       babeltrace/graph/graph.h \
+       babeltrace/graph/notification-eot.h \
+       babeltrace/graph/notification-event.h \
+       babeltrace/graph/notification-heap.h \
+       babeltrace/graph/notification-iterator.h \
+       babeltrace/graph/notification.h \
+       babeltrace/graph/notification-packet.h \
+       babeltrace/graph/notification-schema.h \
+       babeltrace/graph/notification-stream.h \
+       babeltrace/graph/port.h \
+       babeltrace/graph/private-component-filter.h \
+       babeltrace/graph/private-component-sink.h \
+       babeltrace/graph/private-component-source.h \
+       babeltrace/graph/private-component.h \
+       babeltrace/graph/private-connection.h \
+       babeltrace/graph/private-notification-iterator.h \
+       babeltrace/graph/private-port.h
 
 noinst_HEADERS = \
        babeltrace/align.h \
        babeltrace/babeltrace-internal.h \
        babeltrace/bitfield.h \
        babeltrace/clock-internal.h \
+       babeltrace/common-internal.h \
        babeltrace/compiler.h \
        babeltrace/context-internal.h \
        babeltrace/format-internal.h \
@@ -116,20 +131,20 @@ noinst_HEADERS = \
        babeltrace/compat/mman.h \
        babeltrace/endian.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
+       babeltrace/plugin/plugin-so-internal.h \
+       babeltrace/graph/component-class-internal.h \
+       babeltrace/graph/connection-internal.h \
+       babeltrace/graph/port-internal.h \
+       babeltrace/graph/component-internal.h \
+       babeltrace/graph/graph-internal.h \
+       babeltrace/graph/component-filter-internal.h \
+       babeltrace/graph/component-sink-internal.h \
+       babeltrace/graph/component-source-internal.h \
+       babeltrace/graph/notification-eot-internal.h \
+       babeltrace/graph/notification-event-internal.h \
+       babeltrace/graph/notification-iterator-internal.h \
+       babeltrace/graph/notification-internal.h \
+       babeltrace/graph/notification-packet-internal.h \
+       babeltrace/graph/notification-stream-internal.h \
+       babeltrace/graph/notification-heap-internal.h
This page took 0.024847 seconds and 4 git commands to generate.