[evolution-data-server] Fix more missing linker flags.



commit 7204df8333c403abbfbbb0b6a92c2023ae4d9e32
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Apr 16 09:30:23 2012 -0400

    Fix more missing linker flags.

 .../addressbook/libedata-book/Makefile.am          |    1 +
 tests/libedata-cal/Makefile.am                     |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/addressbook/libedata-book/Makefile.am b/docs/reference/addressbook/libedata-book/Makefile.am
index 9b808b4..2ce5ce2 100644
--- a/docs/reference/addressbook/libedata-book/Makefile.am
+++ b/docs/reference/addressbook/libedata-book/Makefile.am
@@ -32,6 +32,7 @@ GTKDOC_CFLAGS = \
 GTKDOC_LIBS = \
 	$(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la	\
 	$(top_builddir)/addressbook/libebook/libebook-1.2.la		\
+	$(top_builddir)/libebackend/libebackend-1.2.la			\
 	$(top_builddir)/libedataserver/libedataserver-1.2.la		\
 	$(EVOLUTION_ADDRESSBOOK_LIBS)
 
diff --git a/tests/libedata-cal/Makefile.am b/tests/libedata-cal/Makefile.am
index fee2736..78af55e 100644
--- a/tests/libedata-cal/Makefile.am
+++ b/tests/libedata-cal/Makefile.am
@@ -15,6 +15,7 @@ test_e_sexp_CPPFLAGS =							\
 test_e_sexp_LDADD =							\
 	$(top_builddir)/calendar/libedata-cal/libedata-cal-1.2.la	\
 	$(top_builddir)/calendar/libecal/libecal-1.2.la 		\
+	$(top_builddir)/libebackend/libebackend-1.2.la		\
 	$(top_builddir)/libedataserver/libedataserver-1.2.la		\
 	$(EVOLUTION_CALENDAR_LIBS)					\
 	$(E_DATA_SERVER_LIBS)
@@ -31,6 +32,7 @@ test_intervaltree_CPPFLAGS =						\
 test_intervaltree_LDADD =						\
 	$(top_builddir)/calendar/libedata-cal/libedata-cal-1.2.la	\
 	$(top_builddir)/calendar/libecal/libecal-1.2.la			\
+	$(top_builddir)/libebackend/libebackend-1.2.la		\
 	$(top_builddir)/libedataserver/libedataserver-1.2.la		\
 	$(EVOLUTION_CALENDAR_LIBS)
 
@@ -46,6 +48,7 @@ test_intervaltree_coverage_CPPFLAGS =					\
 test_intervaltree_coverage_LDADD = \
 	$(top_builddir)/calendar/libedata-cal/libedata-cal-1.2.la	\
 	$(top_builddir)/calendar/libecal/libecal-1.2.la			\
+	$(top_builddir)/libebackend/libebackend-1.2.la		\
 	$(top_builddir)/libedataserver/libedataserver-1.2.la		\
 	$(EVOLUTION_CALENDAR_LIBS)					\
 	-lgcov



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