# HG changeset patch
# User Nick Wellnhofer <wellnhofer@aevum.de>
# Date 1644877013 -3600
#      Mon Feb 14 23:16:53 2022 +0100
# Node ID d77d759f4668683fff1d8f09b52a503d072235f5
# Parent  b856dadbf565a6fa899c75a447ca9e2c08f5eb75
Fix 'make dist' on systems without gcrypt

Set DIST_SUBDIRS and include all subdirectories in
tests/exslt/Makefile.am.

diff --git a/tests/exslt/Makefile.am b/tests/exslt/Makefile.am
--- a/tests/exslt/Makefile.am
+++ b/tests/exslt/Makefile.am
@@ -1,6 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
 SUBDIRS=common functions math saxon sets strings dynamic date $(CRYPTO_TESTDIR)
+DIST_SUBDIRS = common functions math saxon sets strings dynamic date crypto
 
 test tests:
 	@(cur=`pwd` ; for dir in $(SUBDIRS) ; do cd $$dir ; $(MAKE) CHECKER='$(CHECKER)' tests ; cd $$cur ; done)