From bac9f49cfea4f149942d45ed37c96251f1deee0d Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 18 Apr 2023 11:06:56 -0400 Subject: [PATCH] Build fix: failure on macOS caused by missing space in Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ia30100d293ad52e422998512d44173af16858257 Signed-off-by: Jérémie Galarneau Signed-off-by: Michael Jeanson --- src/common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.34.1