X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2FMakefile.am;h=d3eb841df73fe332ee986d2d95ad22501011bc9a;hp=7a716590a0187428ea06b3d7fcb9b0b714099bf4;hb=0d72b8c329ad51d14ab4e83330b38c2c8da69dd4;hpb=92fed4e1f98f18e4edbfdf5adfe57741a3260b5d diff --git a/include/Makefile.am b/include/Makefile.am index 7a716590..d3eb841d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -152,37 +152,35 @@ babeltraceplugininclude_HEADERS = \ # Graph, component, and notification API babeltracegraphincludedir = "$(includedir)/babeltrace/graph" babeltracegraphinclude_HEADERS = \ + babeltrace/graph/component-class-const.h \ + babeltrace/graph/component-class-filter-const.h \ babeltrace/graph/component-class-filter.h \ - babeltrace/graph/component-class.h \ + babeltrace/graph/component-class-sink-const.h \ babeltrace/graph/component-class-sink.h \ + babeltrace/graph/component-class-source-const.h \ babeltrace/graph/component-class-source.h \ - babeltrace/graph/component-filter.h \ - babeltrace/graph/component.h \ - babeltrace/graph/component-sink.h \ - babeltrace/graph/component-source.h \ - babeltrace/graph/connection.h \ + babeltrace/graph/component-class.h \ + babeltrace/graph/component-const.h \ + babeltrace/graph/component-filter-const.h \ + babeltrace/graph/component-sink-const.h \ + babeltrace/graph/component-source-const.h \ + babeltrace/graph/connection-const.h \ + babeltrace/graph/graph-const.h \ babeltrace/graph/graph.h \ + babeltrace/graph/notification-const.h \ + babeltrace/graph/notification-event-const.h \ babeltrace/graph/notification-event.h \ + babeltrace/graph/notification-inactivity-const.h \ babeltrace/graph/notification-inactivity.h \ - babeltrace/graph/notification-iterator.h \ + babeltrace/graph/notification-packet-const.h \ babeltrace/graph/notification-packet.h \ + babeltrace/graph/notification-stream-const.h \ babeltrace/graph/notification-stream.h \ - babeltrace/graph/notification.h \ - babeltrace/graph/port-input.h \ + babeltrace/graph/port-const.h \ + babeltrace/graph/port-input-const.h \ + babeltrace/graph/port-output-const.h \ babeltrace/graph/port-output-notification-iterator.h \ - babeltrace/graph/port-output.h \ - babeltrace/graph/port.h \ - babeltrace/graph/private-component-class-filter.h \ - babeltrace/graph/private-component-class-sink.h \ - babeltrace/graph/private-component-class-source.h \ - babeltrace/graph/private-component-class.h \ - babeltrace/graph/private-graph.h \ - babeltrace/graph/private-notification-event.h \ - babeltrace/graph/private-notification-inactivity.h \ - babeltrace/graph/private-notification-packet.h \ - babeltrace/graph/private-notification-stream.h \ - babeltrace/graph/private-notification.h \ - babeltrace/graph/private-query-executor.h \ + babeltrace/graph/query-executor-const.h \ babeltrace/graph/query-executor.h \ babeltrace/graph/self-component-class-filter.h \ babeltrace/graph/self-component-class-sink.h \