From 77bcbd772a429038dcd2633a04d69ac515e3bc30 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 5 Jun 2009 15:05:02 +0200 Subject: Avoid the console popping while evolution running on windows --- addressbook/tools/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'addressbook/tools/Makefile.am') diff --git a/addressbook/tools/Makefile.am b/addressbook/tools/Makefile.am index bc0cfb808d..ea1dc3867b 100644 --- a/addressbook/tools/Makefile.am +++ b/addressbook/tools/Makefile.am @@ -27,6 +27,10 @@ evolution_addressbook_export_SOURCES = \ evolution_addressbook_export_LDADD = \ $(EVOLUTION_ADDRESSBOOK_LIBS) +if OS_WIN32 +evolution_addressbook_export_LDFLAGS = -mwindows +endif + EXTRA_DIST = $(privlibexec_SCRIPTS) \ evolution-addressbook-clean.in -- cgit