From b3cef944b240e5cc2e58eed5021261340ba35a78 Mon Sep 17 00:00:00 2001 From: Naoki Ikeguchi Date: Fri, 14 Jan 2022 00:50:31 +0900 Subject: [PATCH] Fix test_page_list_SOURCES has no if MSYS clause --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 7adcec1..ba23738 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -96,7 +96,9 @@ test_page_list_SOURCES = \ s3fs_logger.cpp \ string_util.cpp \ test_page_list.cpp \ - strptime.cpp +if MSYS + test_page_list_SOURCES += strptime.cpp +endif test_string_util_SOURCES = string_util.cpp test_string_util.cpp s3fs_logger.cpp if MSYS