From 69578137570956a31eaa5a9559dbcfbe6d9d9f23 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 12 May 2023 08:55:34 +0900 Subject: tests: Use -no-fast-install LDFLAGS for Windows. * tests/Makefile.am [HAVE_W32_SYSTEM] (AM_LDFLAGS): Conditionalize. -- Signed-off-by: NIIBE Yutaka --- tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 1f93e99..8f38c16 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -44,7 +44,11 @@ endif TESTS = $(test_programs) $(check_SCRIPTS) AM_CFLAGS = $(GPG_ERROR_CFLAGS) +if HAVE_W32_SYSTEM +AM_LDFLAGS = -no-fast-install +else AM_LDFLAGS = -no-install +endif noinst_HEADERS = common.h noinst_PROGRAMS = $(test_programs) $(w32cetools) $(testtools) -- cgit v1.2.1