From 592ddb0023384e9d85db4504e66571c7bf6446ea Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 3 Feb 2017 22:33:00 -0500 Subject: [PATCH] Install notification headers in babeltrace/component/notification MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- configure.ac | 3 +++ include/Makefile.am | 20 +++++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index 632602f2..3bb4a4f9 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/include/Makefile.am b/include/Makefile.am index 1b53ae2e..bfd2a166 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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 \ -- 2.34.1