From f7e298665b02f72890c6681e6d21ef5601beccbb Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 15 Feb 2009 03:27:31 +0000 Subject: Merge revisions 37200:3266 from trunk. svn path=/branches/kill-bonobo/; revision=37270 --- shell/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index 79ed87c880..6e301185f5 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -119,6 +119,10 @@ evolution_LDADD = \ $(TZDIALOG_LIBS) \ $(SHELL_LIBS) +if OS_WIN32 +evolution_LDFLAGS = -mwindows +endif + # Misc stuff error_DATA = shell.error -- cgit