[evolution-ews] Fix compiler warning for portability
- From: Vibha Yadav <yvibha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Fix compiler warning for portability
- Date: Thu, 5 Apr 2012 04:41:31 +0000 (UTC)
commit 80b976d52a3fdfa00de4241196ac7598632a167e
Author: Vibha Yadav <yvibha suse com>
Date: Thu Apr 5 10:08:48 2012 +0530
Fix compiler warning for portability
src/camel/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/Makefile.am b/src/camel/Makefile.am
index c8bcd04..53ff103 100644
--- a/src/camel/Makefile.am
+++ b/src/camel/Makefile.am
@@ -37,7 +37,7 @@ noinst_HEADERS = \
camel-ews-utils.h \
camel-ews-transport.h
-libcamelews_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
+libcamelews_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)
libcamelews_la_LIBADD = \
$(top_builddir)/src/server/libeews-1.2.la \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]