2007-07-12 Marcus Brinkmann <marcus@g10code.de>
* gpgsm/Makefile.am (key_id): Change := into =.
This commit is contained in:
parent
906da085cf
commit
1ef14744a2
@ -1,3 +1,7 @@
|
|||||||
|
2007-07-12 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* gpgsm/Makefile.am (key_id): Change := into =.
|
||||||
|
|
||||||
2007-07-12 Werner Koch <wk@g10code.com>
|
2007-07-12 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* gpgsm/t-support.h (init_gpgme) [W32]: Do not init the locales as
|
* gpgsm/t-support.h (init_gpgme) [W32]: Do not init the locales as
|
||||||
|
@ -38,7 +38,7 @@ LDADD = ../../gpgme/libgpgme.la
|
|||||||
# and needs a working pinentry.
|
# and needs a working pinentry.
|
||||||
noinst_PROGRAMS = $(TESTS) t-genkey
|
noinst_PROGRAMS = $(TESTS) t-genkey
|
||||||
|
|
||||||
key_id := 32100C27173EF6E9C4E9A25D3D69F86D37A4F939
|
key_id = 32100C27173EF6E9C4E9A25D3D69F86D37A4F939
|
||||||
|
|
||||||
DISTCLEANFILES = pubring.kbx pubring.kbx~ gpgsm.conf trustlist.txt \
|
DISTCLEANFILES = pubring.kbx pubring.kbx~ gpgsm.conf trustlist.txt \
|
||||||
private-keys-v1.d/$(key_id).key random_seed
|
private-keys-v1.d/$(key_id).key random_seed
|
||||||
|
Loading…
Reference in New Issue
Block a user