aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2009-06-05 21:05:02 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-06-09 19:19:27 +0800
commit77bcbd772a429038dcd2633a04d69ac515e3bc30 (patch)
treeab4a7024dfd41cb9f8b5704f926e9f82905d8463
parentb0e26e9c5f13c710c7677959cc457158206befe1 (diff)
downloadgsoc2013-evolution-77bcbd772a429038dcd2633a04d69ac515e3bc30.tar
gsoc2013-evolution-77bcbd772a429038dcd2633a04d69ac515e3bc30.tar.gz
gsoc2013-evolution-77bcbd772a429038dcd2633a04d69ac515e3bc30.tar.bz2
gsoc2013-evolution-77bcbd772a429038dcd2633a04d69ac515e3bc30.tar.lz
gsoc2013-evolution-77bcbd772a429038dcd2633a04d69ac515e3bc30.tar.xz
gsoc2013-evolution-77bcbd772a429038dcd2633a04d69ac515e3bc30.tar.zst
gsoc2013-evolution-77bcbd772a429038dcd2633a04d69ac515e3bc30.zip
Avoid the console popping while evolution running on windows
-rw-r--r--addressbook/tools/Makefile.am4
-rw-r--r--calendar/gui/alarm-notify/Makefile.am4
-rw-r--r--plugins/backup-restore/Makefile.am4
3 files changed, 12 insertions, 0 deletions
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 \