summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-02-14 23:16:53 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-02-14 23:16:53 +0100
commita85a5ecb3310a6d676dcc11fe8eae8fb65238e55 (patch)
treeca603f027e5d8696776ee3abe6a153918f616393
parentaeab41b5542be4f348f9c308157d56f60bfd7bd1 (diff)
downloadlibxslt-a85a5ecb3310a6d676dcc11fe8eae8fb65238e55.tar.gz
Fix 'make dist' on systems without gcrypt
Set DIST_SUBDIRS and include all subdirectories in tests/exslt/Makefile.am.
-rw-r--r--tests/exslt/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/exslt/Makefile.am b/tests/exslt/Makefile.am
index aeb58c1d..9f20a725 100644
--- 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)