From c14b365efc4af352602144743c5f9dd3552dd546 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 15 Jan 2024 23:13:54 -0500 Subject: [PATCH] src: Makefile.am cleanups `shared-object.hpp` is there twice, remove one entry. Move `raw-value-proxy.hpp` to respect the alphabetical order. Change-Id: I314191c2a06ff72c3e89ae4c87252fe8adaac054 Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/11686 Reviewed-by: Philippe Proulx Tested-by: jenkins --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index bd79324d..a2b3aa0a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,11 +29,10 @@ noinst_HEADERS = \ cpp-common/bt2/message-array.hpp \ cpp-common/bt2/message-iterator.hpp \ cpp-common/bt2/message.hpp \ - cpp-common/bt2/shared-object.hpp \ - cpp-common/bt2/raw-value-proxy.hpp \ cpp-common/bt2/optional-borrowed-object.hpp \ cpp-common/bt2/plugin-dev.hpp \ cpp-common/bt2/private-query-executor.hpp \ + cpp-common/bt2/raw-value-proxy.hpp \ cpp-common/bt2/self-component-class.hpp \ cpp-common/bt2/self-component-port.hpp \ cpp-common/bt2/self-message-iterator-configuration.hpp \ -- 2.34.1