diff options
author | Marcus Brinkmann <[email protected]> | 2001-12-16 18:38:03 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2001-12-16 18:38:03 +0000 |
commit | 2a866e025cea9376e8e8018844c7cd56adcf5f39 (patch) | |
tree | e82cfe30bd0e869a6560101076763012b6ce0d8f /tests | |
parent | 2001-12-15 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-2a866e025cea9376e8e8018844c7cd56adcf5f39.tar.gz gpgme-2a866e025cea9376e8e8018844c7cd56adcf5f39.zip |
2001-12-16 Marcus Brinkmann <[email protected]>
* gpgsm/Makefile: Rename `pubcerts.kbx' to `pubring.kbx'.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 4 | ||||
-rw-r--r-- | tests/gpgsm/Makefile.am | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index b86c81c1..d9b56dce 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2001-12-16 Marcus Brinkmann <[email protected]> + + * gpgsm/Makefile: Rename `pubcerts.kbx' to `pubring.kbx'. + 2001-12-15 Marcus Brinkmann <[email protected]> * gpgsm/t-keylist.c (check_two_contexts): Set protocols. diff --git a/tests/gpgsm/Makefile.am b/tests/gpgsm/Makefile.am index 70f91721..75b35a0f 100644 --- a/tests/gpgsm/Makefile.am +++ b/tests/gpgsm/Makefile.am @@ -35,9 +35,9 @@ noinst_PROGRAMS = $(TESTS) key_id := 567064FE6D14A17B2D811ABB407728BC558AA455 -all-local: ./pubcerts.kbx ./gpg-agent.conf ./private-keys-v1.d/$(key_id) +all-local: ./pubring.kbx ./gpg-agent.conf ./private-keys-v1.d/$(key_id) -./pubcerts.kbx: $(srcdir)/cert_g10code_test1.der +./pubring.kbx: $(srcdir)/cert_g10code_test1.der $(GPGSM) --homedir . --import $(srcdir)/cert_g10code_test1.der ./gpg-agent.conf: |