From 14166b3cb90cfaf186a99c78c756bc3a73b18317 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sat, 6 Sep 2008 04:23:28 +0000 Subject: [PATCH] (win32) Don't build the GTK+ client as a console application --- gtk/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 64bc2166b..8278cabf3 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -118,3 +118,9 @@ $(srcdir)/tr-core.c: tr-core-dbus.h tr-core-dbus.h: $(srcdir)/tr-core-dbus.xml $(DBUS_BINDING_TOOL) --mode=glib-server --prefix=tr_core $< > $(@F) + +if WIN32 +transmission_LDFLAGS = \ + -mwindows +endif +