aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 08d025abf..e6cbde893 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,8 +53,14 @@ else
scd =
endif
+if HAVE_W32_SYSTEM
+tests =
+else
+tests = tests
+endif
+
SUBDIRS = m4 intl jnlib common ${kbx} \
- ${gpg} ${sm} ${agent} ${scd} tools po doc tests
+ ${gpg} ${sm} ${agent} ${scd} tools po doc ${tests}
dist-hook:
@set -e; \