mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Added LIBINTL to more Makefile targets.
doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.
This commit is contained in:
parent
0d4b205630
commit
7eec2efa66
23 changed files with 286 additions and 13 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-01-25 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (kbxutil_LDADD): Added LIBICONV. Noted by Billy
|
||||
Halsey.
|
||||
|
||||
2006-11-15 Werner Koch <wk@g10code.com>
|
||||
|
||||
* kbxutil.c (dump_openpgp_key): Cast printf argument.
|
||||
|
|
|
@ -48,6 +48,6 @@ libkeybox_a_SOURCES = $(common_sources)
|
|||
kbxutil_SOURCES = kbxutil.c $(common_sources)
|
||||
kbxutil_LDADD = ../jnlib/libjnlib.a ../gl/libgnu.a \
|
||||
$(KSBA_LIBS) $(LIBGCRYPT_LIBS) \
|
||||
-lgpg-error $(LIBINTL) ../common/libcommon.a
|
||||
-lgpg-error $(LIBINTL) ../common/libcommon.a $(LIBICONV)
|
||||
|
||||
$(PROGRAMS) : ../jnlib/libjnlib.a ../gl/libgnu.a ../common/libcommon.a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue