summaryrefslogtreecommitdiffstats
path: root/agent/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-11-23 19:46:41 +0100
committerWerner Koch <wk@gnupg.org>2010-11-23 19:46:41 +0100
commitb3f9e2130e64e1a57d2b60444edf6f839c1a90b1 (patch)
treeec62e5100ce63278fcb3c743a19b7bcad85f51a7 /agent/Makefile.am
parent2010-11-17 Marcus Brinkmann <mb@g10code.com> (diff)
downloadgnupg2-b3f9e2130e64e1a57d2b60444edf6f839c1a90b1.tar.xz
gnupg2-b3f9e2130e64e1a57d2b60444edf6f839c1a90b1.zip
Change stack size for Wince.
Allow for a longer agent atartup under wince. Print gpg output via estream.
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r--agent/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am
index 9c58627e6..b20fdeafc 100644
--- a/agent/Makefile.am
+++ b/agent/Makefile.am
@@ -75,7 +75,7 @@ gpg_agent_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) $(PTH_CFLAGS)
gpg_agent_LDADD = $(commonpth_libs) \
$(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(PTH_LIBS) \
$(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS) $(LIBICONV)
-gpg_agent_LDFLAGS = $(gpg_agent_res_ldflags)
+gpg_agent_LDFLAGS = $(extra_bin_ldflags) $(gpg_agent_res_ldflags)
gpg_agent_DEPENDENCIES = $(gpg_agent_res_deps)
gpg_protect_tool_SOURCES = \