Install notification headers in babeltrace/component/notification
[babeltrace.git] / include / Makefile.am
index 1b53ae2e8700b6e6c1cdff0d9a7543a49f795e9f..bfd2a16688ba3ba3623a3f00a45fda250bc0a089 100644 (file)
@@ -41,6 +41,16 @@ babeltraceplugininclude_HEADERS = \
        babeltrace/plugin/plugin.h \
        babeltrace/plugin/plugin-dev.h
 
+babeltracecomponentnotifinclude_HEADERS = \
+       babeltrace/component/notification/eot.h \
+       babeltrace/component/notification/notification.h \
+       babeltrace/component/notification/event.h \
+       babeltrace/component/notification/iterator.h \
+       babeltrace/component/notification/packet.h \
+       babeltrace/component/notification/schema.h \
+       babeltrace/component/notification/stream.h \
+       babeltrace/component/notification/heap.h
+
 babeltracecomponentinclude_HEADERS = \
        babeltrace/component/component.h \
        babeltrace/component/component-class.h \
@@ -51,15 +61,7 @@ babeltracecomponentinclude_HEADERS = \
        babeltrace/component/component-graph.h \
        babeltrace/component/component-source.h \
        babeltrace/component/component-sink.h \
-       babeltrace/component/component-filter.h \
-       babeltrace/component/notification/eot.h \
-       babeltrace/component/notification/notification.h \
-       babeltrace/component/notification/event.h \
-       babeltrace/component/notification/iterator.h \
-       babeltrace/component/notification/packet.h \
-       babeltrace/component/notification/schema.h \
-       babeltrace/component/notification/stream.h \
-       babeltrace/component/notification/heap.h
+       babeltrace/component/component-filter.h
 
 noinst_HEADERS = \
        babeltrace/align.h \
This page took 0.024381 seconds and 4 git commands to generate.