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 | 4028a0f390e4aefb81e25f464424f268dc01ed91 (patch) | |
tree | 699fcef2255cc333f7670623b39b4fbefe229d39 /tests/gpg | |
parent | Prepare for release. (diff) | |
download | gpgme-4028a0f390e4aefb81e25f464424f268dc01ed91.tar.gz gpgme-4028a0f390e4aefb81e25f464424f268dc01ed91.zip |
2008-01-04 Marcus Brinkmann <[email protected]>gpgme-1.1.6
* gpg/Makefile.am (CLEANFILES): Add pubring.kbx and dirmngr.conf.
Diffstat (limited to '')
-rw-r--r-- | tests/gpg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index cac589f2..3ce6592d 100644 --- a/tests/gpg/Makefile.am +++ b/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 \ |