lib: add output port notification iterator
[babeltrace.git] / include / Makefile.am
index e115d36b4e8a727971c010866e883c89963b1d42..cd03f56ac35260252c2c6cb078ed8aab71f30f7f 100644 (file)
@@ -51,7 +51,6 @@ babeltracegraphincludedir = "$(includedir)/babeltrace/graph"
 babeltracegraphinclude_HEADERS = \
        babeltrace/graph/clock-class-priority-map.h \
        babeltrace/graph/component-class-filter.h \
-       babeltrace/graph/component-class-sink-colander.h \
        babeltrace/graph/component-class-sink.h \
        babeltrace/graph/component-class-source.h \
        babeltrace/graph/component-class.h \
@@ -71,15 +70,17 @@ babeltracegraphinclude_HEADERS = \
        babeltrace/graph/notification.h \
        babeltrace/graph/notification-packet.h \
        babeltrace/graph/notification-stream.h \
+       babeltrace/graph/output-port-notification-iterator.h \
        babeltrace/graph/port.h \
-       babeltrace/graph/query-executor.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-notification-iterator.h \
+       babeltrace/graph/private-connection-private-notification-iterator.h \
        babeltrace/graph/private-connection.h \
-       babeltrace/graph/private-notification-iterator.h \
-       babeltrace/graph/private-port.h
+       babeltrace/graph/private-port.h \
+       babeltrace/graph/query-executor.h
 
 noinst_HEADERS = \
        babeltrace/align-internal.h \
@@ -121,6 +122,7 @@ noinst_HEADERS = \
        babeltrace/endian-internal.h \
        babeltrace/graph/clock-class-priority-map-internal.h \
        babeltrace/graph/component-class-internal.h \
+       babeltrace/graph/component-class-sink-colander-internal.h \
        babeltrace/graph/component-filter-internal.h \
        babeltrace/graph/component-internal.h \
        babeltrace/graph/component-sink-internal.h \
This page took 0.024938 seconds and 4 git commands to generate.