2002-03-05 Marcus Brinkmann <marcus@g10code.de>

* gpg/Makefile.am (CLEANFILES): Remove random_seed, which is now
	in DISTCLEANFILES.
This commit is contained in:
Marcus Brinkmann 2002-03-05 20:22:06 +00:00
parent 6616ce295f
commit b0bfb987af
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-03-05 Marcus Brinkmann <marcus@g10code.de>
* gpg/Makefile.am (CLEANFILES): Remove random_seed, which is now
in DISTCLEANFILES.
2002-03-04 Werner Koch <wk@gnupg.org>
* gpg/Makefile.am (DISTCLEANFILES): Added.

View File

@ -26,7 +26,7 @@ TESTS_ENVIRONMENT = GNUPGHOME=.
TESTS = t-encrypt t-encrypt-sign t-sign t-signers t-decrypt t-verify \
t-decrypt-verify t-keylist t-export t-import t-trustlist
CLEANFILES = secring.gpg pubring.gpg trustdb.gpg random_seed
CLEANFILES = secring.gpg pubring.gpg trustdb.gpg
DISTCLEANFILES = pubring.gpg~ random_seed
EXTRA_DIST = mkdemodirs pubdemo.asc secdemo.asc cipher-1.asc cipher-2.asc \