From: Simon Marchi Date: Tue, 16 Jan 2024 04:13:54 +0000 (-0500) Subject: src: Makefile.am cleanups X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=c14b365efc4af352602144743c5f9dd3552dd546 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 --- 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 \