X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=94676992a3e0e14e22cff5e11f0de918ca4d249c;hb=890882eff34b4cba6f08a25f8ca56866c20b3fbe;hp=b4d86eccea81ecec546c50dacbc831f7bf4f5674;hpb=1bf957a039dfe5a1cd00659779fdb004aacd706b;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index b4d86ecc..94676992 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -49,7 +49,8 @@ babeltracecomponentnotifinclude_HEADERS = \ babeltrace/component/notification/packet.h \ babeltrace/component/notification/schema.h \ babeltrace/component/notification/stream.h \ - babeltrace/component/notification/heap.h + babeltrace/component/notification/heap.h \ + babeltrace/component/notification/private-iterator.h babeltracecomponentinclude_HEADERS = \ babeltrace/component/component.h \ @@ -62,7 +63,13 @@ babeltracecomponentinclude_HEADERS = \ babeltrace/component/graph.h \ babeltrace/component/component-source.h \ babeltrace/component/component-sink.h \ - babeltrace/component/component-filter.h + babeltrace/component/component-filter.h \ + babeltrace/component/private-connection.h \ + babeltrace/component/private-port.h \ + babeltrace/component/private-component.h \ + babeltrace/component/private-component-source.h \ + babeltrace/component/private-component-sink.h \ + babeltrace/component/private-component-filter.h noinst_HEADERS = \ babeltrace/align.h \