diff options
author | Marcus Brinkmann <[email protected]> | 2007-07-12 18:26:51 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2007-07-12 18:26:51 +0000 |
commit | 1ef14744a2f648eb94fa308336f807e5b2eafafd (patch) | |
tree | 20f98e3ae3261fc65daebd079e2d9ac34a1917a3 /tests | |
parent | Changes for W32 (diff) | |
download | gpgme-1ef14744a2f648eb94fa308336f807e5b2eafafd.tar.gz gpgme-1ef14744a2f648eb94fa308336f807e5b2eafafd.zip |
2007-07-12 Marcus Brinkmann <[email protected]>
* gpgsm/Makefile.am (key_id): Change := into =.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 4 | ||||
-rw-r--r-- | tests/gpgsm/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 48a41c24..3ffb8930 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2007-07-12 Marcus Brinkmann <[email protected]> + + * gpgsm/Makefile.am (key_id): Change := into =. + 2007-07-12 Werner Koch <[email protected]> * gpgsm/t-support.h (init_gpgme) [W32]: Do not init the locales as diff --git a/tests/gpgsm/Makefile.am b/tests/gpgsm/Makefile.am index 2be6c625..86c04b0d 100644 --- a/tests/gpgsm/Makefile.am +++ b/tests/gpgsm/Makefile.am @@ -38,7 +38,7 @@ LDADD = ../../gpgme/libgpgme.la # and needs a working pinentry. noinst_PROGRAMS = $(TESTS) t-genkey -key_id := 32100C27173EF6E9C4E9A25D3D69F86D37A4F939 +key_id = 32100C27173EF6E9C4E9A25D3D69F86D37A4F939 DISTCLEANFILES = pubring.kbx pubring.kbx~ gpgsm.conf trustlist.txt \ private-keys-v1.d/$(key_id).key random_seed |