aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'capplet/Makefile.am')
-rw-r--r--capplet/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/capplet/Makefile.am b/capplet/Makefile.am
index db32e89444..f57bbe0447 100644
--- a/capplet/Makefile.am
+++ b/capplet/Makefile.am
@@ -44,6 +44,10 @@ evolution_settings_SOURCES = \
evolution_settings_LDFLAGS = \
-Wl,--export-dynamic
+if OS_WIN32
+evolution_settings_LDFLAGS += -mwindows
+endif
+
evolution_settings_LDADD = \
$(EVOLUTION_MAIL_LIBS) \
$(CERT_UI_LIBS) \