From d0917c97319e08d840cd78adf02b3e7456aa6366 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 ++++ calendar/gui/alarm-notify/Makefile.am | 4 ++++ plugins/backup-restore/Makefile.am | 4 ++++ 3 files changed, 12 insertions(+) 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 diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am index 76c2783fc6..9b001a0da0 100644 --- a/calendar/gui/alarm-notify/Makefile.am +++ b/calendar/gui/alarm-notify/Makefile.am @@ -53,6 +53,10 @@ evolution_alarm_notify_LDADD = \ $(CAMEL_LIBS) \ $(EVOLUTION_CALENDAR_LIBS) +if OS_WIN32 +evolution_alarm_notify_LDFLAGS = -mwindows +endif + server_in_files = GNOME_Evolution_Calendar_AlarmNotify.server.in.in server_DATA = $(server_in_files:.server.in.in=.server) @EVO_SERVER_RULE@ diff --git a/plugins/backup-restore/Makefile.am b/plugins/backup-restore/Makefile.am index b4e554cf47..1db60cd625 100644 --- a/plugins/backup-restore/Makefile.am +++ b/plugins/backup-restore/Makefile.am @@ -28,6 +28,10 @@ evolution_backup_SOURCES = backup.c evolution_backup_LDADD = $(SHELL_LIBS) \ $(top_builddir)/e-util/libeutil.la +if OS_WIN32 +evolution_backup_LDFLAGS = -mwindows +endif + EXTRA_DIST = \ org-gnome-backup-restore.eplug.xml \ -- cgit v1.2.3