From b3f9e2130e64e1a57d2b60444edf6f839c1a90b1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 23 Nov 2010 18:46:41 +0000 Subject: Change stack size for Wince. Allow for a longer agent atartup under wince. Print gpg output via estream. --- tools/ChangeLog | 4 ++++ tools/Makefile.am | 1 + 2 files changed, 5 insertions(+) (limited to 'tools') diff --git a/tools/ChangeLog b/tools/ChangeLog index a2bd9337d..98e2329ca 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,7 @@ +2010-11-23 Werner Koch + + * Makefile.am (gpgconf_LDFLAGS): Add extra_bin_ldflags. + 2010-11-17 Marcus Brinkmann * gogconf.c: Revert accidental debug output commit. diff --git a/tools/Makefile.am b/tools/Makefile.am index b85d2640b..323e11433 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -96,6 +96,7 @@ gpgconf_SOURCES = gpgconf.c gpgconf.h gpgconf-comp.c no-libgcrypt.c gpgconf_LDADD = $(maybe_commonpth_libs) $(opt_libassuan_libs) \ $(LIBINTL) $(GPG_ERROR_LIBS) $(PTH_LIBS) $(NETLIBS) \ $(LIBICONV) $(W32SOCKLIBS) +gpgconf_LDFLAGS = $(extra_bin_ldflags) gpgparsemail_SOURCES = gpgparsemail.c rfc822parse.c rfc822parse.h gpgparsemail_LDADD = -- cgit v1.2.3