diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2009-06-05 21:05:02 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2009-06-05 21:05:02 +0800 |
commit | d0917c97319e08d840cd78adf02b3e7456aa6366 (patch) | |
tree | 11e551cc92a5ffb6b66771ac0c66c2e69d4d591d /plugins/backup-restore | |
parent | 84c55f4e983c4458a08f9bd19fe63b3fd7af2fa7 (diff) | |
download | gsoc2013-evolution-d0917c97319e08d840cd78adf02b3e7456aa6366.tar.gz 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.am | 4 |
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 \ |