aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/backup-restore
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2009-06-05 21:05:02 +0800
committerFridrich Strba <fridrich.strba@bluewin.ch>2009-06-05 21:05:02 +0800
commitd0917c97319e08d840cd78adf02b3e7456aa6366 (patch)
tree11e551cc92a5ffb6b66771ac0c66c2e69d4d591d /plugins/backup-restore
parent84c55f4e983c4458a08f9bd19fe63b3fd7af2fa7 (diff)
downloadgsoc2013-evolution-d0917c97319e08d840cd78adf02b3e7456aa6366.tar
gsoc2013-evolution-d0917c97319e08d840cd78adf02b3e7456aa6366.tar.gz
gsoc2013-evolution-d0917c97319e08d840cd78adf02b3e7456aa6366.tar.bz2
gsoc2013-evolution-d0917c97319e08d840cd78adf02b3e7456aa6366.tar.lz
gsoc2013-evolution-d0917c97319e08d840cd78adf02b3e7456aa6366.tar.xz
gsoc2013-evolution-d0917c97319e08d840cd78adf02b3e7456aa6366.tar.zst
gsoc2013-evolution-d0917c97319e08d840cd78adf02b3e7456aa6366.zip
Avoid the console popping while evolution running on windows
Diffstat (limited to 'plugins/backup-restore')
-rw-r--r--plugins/backup-restore/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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 \