aboutsummaryrefslogtreecommitdiffstats
path: root/agent/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-06-18 10:33:12 +0000
committerWerner Koch <[email protected]>2007-06-18 10:33:12 +0000
commitad4a6067ca9f3ee98a721f5067934dbd952b096e (patch)
treec8458a6a213cbc54249962d712cb0ba90974442d /agent/Makefile.am
parentPO fixes for W32 (diff)
downloadgnupg-ad4a6067ca9f3ee98a721f5067934dbd952b096e.tar.gz
gnupg-ad4a6067ca9f3ee98a721f5067934dbd952b096e.zip
Add missing fiels for W32.
New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.
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 34883ba20..1a8047856 100644
--- a/agent/Makefile.am
+++ b/agent/Makefile.am
@@ -60,7 +60,7 @@ if HAVE_W32_SYSTEM
$(WINDRES) `echo $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | \
sed -e 's/-I/--include-dir /g;s/-D/--define /g'` -i $< -o $@
-gpg_agent_res_ldflags = -Wl,gpg-agent-resource.o
+gpg_agent_res_ldflags = -Wl,gpg-agent-resource.o -Wl,--subsystem,windows
gpg_agent_res_deps = gpg-agent-resource.o
else
gpg_agent_res_ldflags =