X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=cd03f56ac35260252c2c6cb078ed8aab71f30f7f;hb=8ed535b5ed7341916a1dd486b87bdc6e94ed1b81;hp=43a7adb1c8cd7ac344f7f7c9879e8e9e06a64221;hpb=90157d89276ed1a569a2d4ffcfeed0b415817c12;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index 43a7adb1..cd03f56a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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,6 +70,7 @@ 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/private-component-filter.h \ babeltrace/graph/private-component-sink.h \ @@ -122,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 \