[evolution-exchange] Bug #651785 - Doesn't explicitly link against ical when needed



commit a7188a3b5a7b3680a13dad821879dc42739c3823
Author: Milan Crha <mcrha redhat com>
Date:   Thu Sep 8 18:36:47 2011 +0200

    Bug #651785 - Doesn't explicitly link against ical when needed

 camel/Makefile.am |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 24f60ba..bdeba8e 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -13,7 +13,12 @@ libcamelexchange_la_CPPFLAGS = \
 	-I$(top_builddir)/server/lib \
 	-DPREFIX=\"$(prefix)\" \
 	-DCONNECTOR_LOCALEDIR=\"$(localedir)\" \
-	-DG_LOG_DOMAIN=\"camel-exchange-provider\"
+	-DG_LOG_DOMAIN=\"camel-exchange-provider\" \
+	$(EVOLUTION_PLUGIN_CFLAGS) \
+	$(EVOLUTION_DATA_SERVER_CFLAGS) \
+	$(LDAP_CFLAGS) \
+	$(SOCKET_CFLAGS) \
+	$(DNS_CFLAGS)
 
 libcamelexchange_la_SOURCES = \
 	camel-exchange-folder.c \
@@ -44,6 +49,7 @@ libcamelexchange_la_LIBADD = \
 	$(top_builddir)/server/storage/libexchange-storage.la \
 	$(top_builddir)/tools/libevolution-exchange-shared.la \
 	$(EVOLUTION_PLUGIN_LIBS) \
+	$(EVOLUTION_DATA_SERVER_LIBS) \
 	$(LDAP_LIBS) \
 	$(SOCKET_LIBS) \
 	$(DNS_LIBS)



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