[evolution-groupwise] Fix compiler warning for portability.



commit a85f720bab53fa6d991975cb3ba6947e8c08fc23
Author: Vibha Yadav <yvibha suse com>
Date:   Fri Mar 30 11:24:14 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 2869f5c..e4ce094 100644
--- a/src/camel/Makefile.am
+++ b/src/camel/Makefile.am
@@ -40,7 +40,7 @@ noinst_HEADERS =				\
 	camel-groupwise-utils.h			\
 	camel-groupwise-transport.h		
 
-libcamelgroupwise_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
+libcamelgroupwise_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)
 
 libcamelgroupwise_la_LIBADD =                                            \
 	$(top_builddir)/src/server/libegroupwise-1.2.la           \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]