Skip to content
Snippets Groups Projects
Commit d77d759f4668 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Fix 'make dist' on systems without gcrypt

Set DIST_SUBDIRS and include all subdirectories in
tests/exslt/Makefile.am.
parent b856dadbf565
No related branches found
No related tags found
No related merge requests found
## 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment