summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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)