[evolution-exchange] Bug #651786 - Fix more linking issues



commit 0314df5c8dd959d174b7862209e8d41c9541452d
Author: Mathieu Trudel-Lapierre <mathieu canonical com>
Date:   Wed Jul 27 18:45:02 2011 +0200

    Bug #651786 - Fix more linking issues

 addressbook/Makefile.am |    2 ++
 calendar/Makefile.am    |    2 ++
 camel/Makefile.am       |    2 ++
 eplugin/Makefile.am     |    1 +
 tools/Makefile.am       |    1 +
 5 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am
index 7fe7117..42e0d72 100644
--- a/addressbook/Makefile.am
+++ b/addressbook/Makefile.am
@@ -57,6 +57,8 @@ libebookbackendexchange_la_LDFLAGS = \
 	-module -avoid-version $(NO_UNDEFINED)
 
 libebookbackendexchange_la_LIBADD = \
+	$(top_builddir)/server/lib/libexchange.la \
+	$(top_builddir)/server/storage/libexchange-storage.la \
 	$(top_builddir)/tools/libevolution-exchange-shared.la \
 	$(EVOLUTION_DATA_SERVER_LIBS) \
 	$(EVOLUTION_PLUGIN_LIBS) \
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
index d1b3c27..313ed4c 100644
--- a/calendar/Makefile.am
+++ b/calendar/Makefile.am
@@ -29,6 +29,8 @@ libecalbackendexchange_la_LDFLAGS = \
 	-module -avoid-version $(NO_UNDEFINED)
 
 libecalbackendexchange_la_LIBADD = \
+	$(top_builddir)/server/lib/libexchange.la \
+	$(top_builddir)/server/storage/libexchange-storage.la \
 	$(top_builddir)/tools/libevolution-exchange-shared.la \
 	$(EVOLUTION_DATA_SERVER_LIBS) \
 	$(EVOLUTION_PLUGIN_LIBS) \
diff --git a/camel/Makefile.am b/camel/Makefile.am
index e65578b..24f60ba 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -40,6 +40,8 @@ libcamelexchange_la_LDFLAGS = \
 	-avoid-version -module $(NO_UNDEFINED)
 
 libcamelexchange_la_LIBADD = \
+	$(top_builddir)/server/lib/libexchange.la \
+	$(top_builddir)/server/storage/libexchange-storage.la \
 	$(top_builddir)/tools/libevolution-exchange-shared.la \
 	$(EVOLUTION_PLUGIN_LIBS) \
 	$(LDAP_LIBS) \
diff --git a/eplugin/Makefile.am b/eplugin/Makefile.am
index b9b2b45..1aff64a 100644
--- a/eplugin/Makefile.am
+++ b/eplugin/Makefile.am
@@ -60,6 +60,7 @@ liborg_gnome_exchange_operations_la_SOURCES = \
 	exchange-send-options.h
 
 liborg_gnome_exchange_operations_la_LIBADD = \
+	$(top_builddir)/server/lib/libexchange.la \
 	$(top_builddir)/server/storage/libexchange-storage.la \
 	$(EVOLUTION_DATA_SERVER_LIBS) \
 	$(EVOLUTION_PLUGIN_LIBS) \
diff --git a/tools/Makefile.am b/tools/Makefile.am
index e54d851..55a962e 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -26,6 +26,7 @@ libevolution_exchange_shared_la_SOURCES = \
 	exchange-share-config-listener.c
 
 libevolution_exchange_shared_la_LIBADD = \
+	$(top_builddir)/server/lib/libexchange.la \
 	$(top_builddir)/server/storage/libexchange-storage.la \
 	$(GNOME_PLATFORM_LIBS) \
 	$(EVOLUTION_DATA_SERVER_LIBS) \



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