diff options
Diffstat (limited to 'tests/openpgp/Makefile.am')
-rw-r--r-- | tests/openpgp/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index 9ea2237b9..54132a944 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -68,14 +68,14 @@ CLEANFILES = prepared.stamp x y yy z out err $(data_files) \ plain-1 plain-2 plain-3 trustdb.gpg *.lock .\#lk* \ *.test.log gpg_dearmor gpg.conf gpg-agent.conf S.gpg-agent \ pubring.gpg secring.gpg pubring.pkr secring.skr \ - gnupg-test.stop + gnupg-test.stop pubring.gpg~ random_seed + +clean-local: + -rm -rf private-keys-v1.d -DISTCLEANFILES = pubring.gpg~ random_seed # We need to depend on a couple of programs so that the tests don't # start before all programs are built. all-local: $(required_pgms) -distclean-local: - $(srcdir)/mkdemodirs --clean |