From: Daiki Ueno Date: Tue, 11 May 2021 07:50:22 +0000 (+0200) Subject: tests: don't install crypt32.dll and ncrypt.dll replacement X-Git-Tag: 3.7.2~14^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=568abc19daf3b4f29fde6c09bfb52d85ae7efce2;p=thirdparty%2Fgnutls.git tests: don't install crypt32.dll and ncrypt.dll replacement Reported by Tim Kosse in: https://gitlab.com/gnutls/gnutls/-/issues/1232 Signed-off-by: Daiki Ueno --- diff --git a/tests/windows/Makefile.am b/tests/windows/Makefile.am index 942b27b8ee..9fbc03c527 100644 --- a/tests/windows/Makefile.am +++ b/tests/windows/Makefile.am @@ -40,7 +40,7 @@ LDADD = $(top_builddir)/tests/libutils.la \ ctests = if WINDOWS -lib_LTLIBRARIES = ncrypt.la crypt32.la +check_LTLIBRARIES = ncrypt.la crypt32.la ncrypt_la_SOURCES = ncrypt.c crypt32_la_SOURCES = crypt32.c