diff options
author | Marcus Brinkmann <[email protected]> | 2008-01-04 14:40:45 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2008-01-04 14:40:45 +0000 |
commit | 9caba5891e4416eb0928a46f04c93cafb2050427 (patch) | |
tree | 6bd8dd1c722e21e7eedd53570794a341f3299993 | |
parent | Prepare for release. (diff) | |
download | gpgme-9caba5891e4416eb0928a46f04c93cafb2050427.tar.gz gpgme-9caba5891e4416eb0928a46f04c93cafb2050427.zip |
2008-01-04 Marcus Brinkmann <[email protected]>
* gpg/Makefile.am (CLEANFILES): Add pubring.kbx and dirmngr.conf.
-rw-r--r-- | trunk/tests/ChangeLog | 2 | ||||
-rw-r--r-- | trunk/tests/gpg/Makefile.am | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/trunk/tests/ChangeLog b/trunk/tests/ChangeLog index dd7c3968..94aa5760 100644 --- a/trunk/tests/ChangeLog +++ b/trunk/tests/ChangeLog @@ -1,5 +1,7 @@ 2008-01-04 Marcus Brinkmann <[email protected]> + * gpg/Makefile.am (CLEANFILES): Add pubring.kbx and dirmngr.conf. + * Makefile.am (TESTS_ENVIRONMENT): Use absolute path for GNUPGHOME. * gpg/Makefile.am (TESTS_ENVIRONMENT): Use absolute path for diff --git a/trunk/tests/gpg/Makefile.am b/trunk/tests/gpg/Makefile.am index cac589f2..3ce6592d 100644 --- a/trunk/tests/gpg/Makefile.am +++ b/trunk/tests/gpg/Makefile.am @@ -37,7 +37,7 @@ TESTS = t-encrypt t-encrypt-sym t-encrypt-sign t-sign t-signers \ t-import t-trustlist t-edit t-keylist t-keylist-sig t-wait \ t-encrypt-large t-file-name t-gpgconf $(tests_unix) -CLEANFILES = secring.gpg pubring.gpg trustdb.gpg dirmngr.conf +CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf DISTCLEANFILES = pubring.gpg~ random_seed gpg.conf EXTRA_DIST = mkdemodirs pubdemo.asc secdemo.asc cipher-1.asc cipher-2.asc \ |