[evolution-data-server/treitter-client-gdbus] Include some missing linker flags for the factories



commit 5c9352fdcbfd3d5f2bcc9c1ce00b5e2614f31bd2
Author: Travis Reitter <treitter gmail com>
Date:   Mon Nov 30 15:11:10 2009 -0800

    Include some missing linker flags for the factories

 addressbook/libedata-book/Makefile.am |    1 +
 calendar/libedata-cal/Makefile.am     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/addressbook/libedata-book/Makefile.am b/addressbook/libedata-book/Makefile.am
index b11b0e2..dd9c2e5 100644
--- a/addressbook/libedata-book/Makefile.am
+++ b/addressbook/libedata-book/Makefile.am
@@ -79,6 +79,7 @@ e_addressbook_factory_CPPFLAGS = \
 e_addressbook_factory_SOURCES = e-data-book-factory.c e-data-book-factory.h
 
 e_addressbook_factory_LDADD =				\
+	$(EVOLUTION_ADDRESSBOOK_LIBS)                   \
 	libedata-book-1.2.la				\
 	$(top_builddir)/libebackend/libebackend-1.2.la
 
diff --git a/calendar/libedata-cal/Makefile.am b/calendar/libedata-cal/Makefile.am
index d9ba08d..83e1ce5 100644
--- a/calendar/libedata-cal/Makefile.am
+++ b/calendar/libedata-cal/Makefile.am
@@ -110,6 +110,7 @@ e_calendar_factory_CPPFLAGS = \
 	$(LIBICAL_CFLAGS)				\
 	$(EVOLUTION_CALENDAR_CFLAGS)
 e_calendar_factory_LDADD =				\
+	$(EVOLUTION_CALENDAR_LIBS)                      \
 	$(builddir)/libedata-cal-1.2.la			\
 	$(top_builddir)/libebackend/libebackend-1.2.la
 



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