From: Michael Jeanson Date: Tue, 18 Apr 2023 15:06:56 +0000 (-0400) Subject: Build fix: failure on macOS caused by missing space in Makefile X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=bac9f49cfea4f149942d45ed37c96251f1deee0d Build fix: failure on macOS caused by missing space in Makefile Change-Id: Ia30100d293ad52e422998512d44173af16858257 Signed-off-by: Jérémie Galarneau Signed-off-by: Michael Jeanson --- diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 2b6e06864..8f18033bc 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -86,7 +86,7 @@ libcommon_lgpl_la_SOURCES = \ event-rule/python-logging.cpp \ exception.cpp exception.hpp \ file-descriptor.hpp file-descriptor.cpp \ - fd-handle.cpp fd-handle.hpp\ + fd-handle.cpp fd-handle.hpp \ format.hpp \ io-hint.cpp \ io-hint.hpp \