aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-12-15 14:15:54 +0000
committerWerner Koch <[email protected]>2004-12-15 14:15:54 +0000
commit69967b04125e53811182a01d2700984469117339 (patch)
tree3034ccf72b4bb558187f3e1d435a92ec193e093c /Makefile.am
parentYep. No lost threads anymore. (diff)
downloadgnupg-69967b04125e53811182a01d2700984469117339.tar.gz
gnupg-69967b04125e53811182a01d2700984469117339.zip
A whole bunch of changes to allow building for W32.
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; \