summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-01-02 10:29:48 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-01-02 13:29:13 +0100
commit0c37a27e877c3e24908708e6669f24b316863047 (patch)
tree2ebc5cb02ff241a0508b756d7e9aa390c9a029b2
parentd82f80a900f29d561c2f7bf188b0e52a62e162f6 (diff)
downloadgnutls-0c37a27e877c3e24908708e6669f24b316863047.tar.gz
Fix 'make distcheck'
The following error will be fixed: ERROR: files left in build directory after distclean: ./tests/softhsm-privkey-eddsa-test.config make[1]: *** [Makefile:1833: distcleancheck] Error 1 Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 043aefc01d..ad496b04a7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -544,4 +544,4 @@ LOG_COMPILER = $(VALGRIND)
endif
distclean-local:
- rm -rf softhsm-*.db *.tmp tmp-* x509-crt-list-import-url.config.db
+ rm -rf softhsm-*.db softhsm-*.config *.tmp tmp-* x509-crt-list-import-url.config.db