diff options
author | Werner Koch <wk@gnupg.org> | 1999-09-17 10:58:14 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-09-17 10:58:14 +0000 |
commit | 31d5d23254212b8b4e677f12e409de38aafdef97 (patch) | |
tree | c2f23b1f27ea4bc282c234563a446dfa8b978b35 /Makefile.am | |
parent | d93e5d5cfbfab50a8223c692e1e3653f5f4bad44 (diff) | |
download | libgcrypt-31d5d23254212b8b4e677f12e409de38aafdef97.tar.gz |
See ChangeLog: Fri Sep 17 12:56:42 CEST 1999 Werner Koch
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e3add598..bf6e3e2d 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 |