summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-09-17 12:58:20 +0200
committerWerner Koch <wk@gnupg.org>1999-09-17 12:58:20 +0200
commit9caad6d24d015a0c3c35d3939d7899a6382e5d17 (patch)
tree0f0be053c02b73a0d6f44d5442f04f021b911802 /Makefile.am
parentSee ChangeLog: Wed Sep 15 17:57:13 CEST 1999 Werner Koch (diff)
downloadgnupg2-9caad6d24d015a0c3c35d3939d7899a6382e5d17.tar.xz
gnupg2-9caad6d24d015a0c3c35d3939d7899a6382e5d17.zip
See ChangeLog: Fri Sep 17 12:56:42 CEST 1999 Werner KochV1-0-1
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 e3add598e..bf6e3e2da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,13 @@ gcrypt =
my_clean_gcrypt = gcrypt/Makefile
endif
-SUBDIRS = intl zlib util mpi cipher tools g10 po doc checks ${gcrypt}
+if CROSS_COMPILING
+checks =
+else
+checks = checks
+endif
+
+SUBDIRS = intl zlib util mpi cipher tools g10 po doc ${checks} ${gcrypt}
EXTRA_DIST = VERSION PROJECTS BUGS
# gettext never gets it right, so we take here care of deleting the
# symlink. my_clean_gcrypt is just a kludge until we can include