[evolution-data-server] A module should be shared library on windows :)
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] A module should be shared library on windows :)
- Date: Mon, 8 Mar 2010 12:12:45 +0000 (UTC)
commit f7d5058c56ded171932b6ea7735c3ee0081f25e6
Author: Fridrich Strba <fridrich strba bluewin ch>
Date: Mon Mar 8 12:21:31 2010 +0100
A module should be shared library on windows :)
camel/providers/imapx/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imapx/Makefile.am b/camel/providers/imapx/Makefile.am
index 72b2d25..9cecb8d 100644
--- a/camel/providers/imapx/Makefile.am
+++ b/camel/providers/imapx/Makefile.am
@@ -40,7 +40,7 @@ libcamelimapx_la_LIBADD = \
$(top_builddir)/camel/libcamel-1.2.la \
$(CAMEL_LIBS)
-libcamelimapx_la_LDFLAGS = -avoid-version -module
+libcamelimapx_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
noinst_PROGRAMS = test-imapx
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]