Install notification headers in babeltrace/component/notification
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 4 Feb 2017 03:33:00 +0000 (22:33 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:37 +0000 (12:57 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
include/Makefile.am

index 632602f2a47fb2a21fea6945ab9503bda5e45f65..3bb4a4f99421c0a099869b1ec039b0126df7e9e1 100644 (file)
@@ -352,6 +352,9 @@ AC_SUBST(babeltracepluginincludedir)
 babeltracecomponentincludedir="${includedir}/babeltrace/component"
 AC_SUBST(babeltracecomponentincludedir)
 
+babeltracecomponentnotifincludedir="${includedir}/babeltrace/component/notification"
+AC_SUBST(babeltracecomponentnotifincludedir)
+
 program_transform_name="s&babeltrace\.bin&babeltrace&;$program_transform_name"
 AC_SUBST(program_transform_name)
 
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.025112 seconds and 4 git commands to generate.