[evolution-data-server] Fix build break from libebook-contacts.



commit c8088ced7da283bae321c4766cb3d74365fd872a
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Feb 22 13:11:15 2013 -0500

    Fix build break from libebook-contacts.
    
    None of the backends were linking to libebook-contacts-1.2.la.

 addressbook/backends/file/Makefile.am   |    1 +
 addressbook/backends/google/Makefile.am |    3 ++-
 addressbook/backends/ldap/Makefile.am   |    1 +
 addressbook/backends/webdav/Makefile.am |    1 +
 calendar/backends/contacts/Makefile.am  |    1 +
 5 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/backends/file/Makefile.am b/addressbook/backends/file/Makefile.am
index 49711ed..bdad952 100644
--- a/addressbook/backends/file/Makefile.am
+++ b/addressbook/backends/file/Makefile.am
@@ -23,6 +23,7 @@ libebookbackendfile_la_SOURCES =                      \
 
 libebookbackendfile_la_LIBADD =                                                \
        $(top_builddir)/addressbook/libebook/libebook-1.2.la            \
+       $(top_builddir)/addressbook/libebook-contacts/libebook-contacts-1.2.la \
        $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la  \
        $(top_builddir)/libedataserver/libedataserver-1.2.la            \
        $(top_builddir)/libebackend/libebackend-1.2.la                  \
diff --git a/addressbook/backends/google/Makefile.am b/addressbook/backends/google/Makefile.am
index 5da07b1..4e52302 100644
--- a/addressbook/backends/google/Makefile.am
+++ b/addressbook/backends/google/Makefile.am
@@ -34,8 +34,9 @@ libebookbackendgoogle_la_SOURCES = \
        $(GOA_SOURCES)
 
 libebookbackendgoogle_la_LIBADD = \
-       $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \
        $(top_builddir)/addressbook/libebook/libebook-1.2.la \
+       $(top_builddir)/addressbook/libebook-contacts/libebook-contacts-1.2.la \
+       $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \
        $(top_builddir)/libedataserver/libedataserver-1.2.la \
        $(top_builddir)/libebackend/libebackend-1.2.la \
        $(EVOLUTION_ADDRESSBOOK_LIBS) \
diff --git a/addressbook/backends/ldap/Makefile.am b/addressbook/backends/ldap/Makefile.am
index 5effe35..ccd2dcf 100644
--- a/addressbook/backends/ldap/Makefile.am
+++ b/addressbook/backends/ldap/Makefile.am
@@ -22,6 +22,7 @@ libebookbackendldap_la_SOURCES =                      \
 
 libebookbackendldap_la_LIBADD =                                                \
        $(top_builddir)/addressbook/libebook/libebook-1.2.la            \
+       $(top_builddir)/addressbook/libebook-contacts/libebook-contacts-1.2.la \
        $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la  \
        $(top_builddir)/libedataserver/libedataserver-1.2.la            \
        $(top_builddir)/libebackend/libebackend-1.2.la                  \
diff --git a/addressbook/backends/webdav/Makefile.am b/addressbook/backends/webdav/Makefile.am
index 4c6d554..b1a4740 100644
--- a/addressbook/backends/webdav/Makefile.am
+++ b/addressbook/backends/webdav/Makefile.am
@@ -20,6 +20,7 @@ libebookbackendwebdav_la_SOURCES = \
 
 libebookbackendwebdav_la_LIBADD = \
        $(top_builddir)/addressbook/libebook/libebook-1.2.la \
+       $(top_builddir)/addressbook/libebook-contacts/libebook-contacts-1.2.la \
        $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \
        $(top_builddir)/libedataserver/libedataserver-1.2.la \
        $(top_builddir)/libebackend/libebackend-1.2.la \
diff --git a/calendar/backends/contacts/Makefile.am b/calendar/backends/contacts/Makefile.am
index 02acf51..d0579a3 100644
--- a/calendar/backends/contacts/Makefile.am
+++ b/calendar/backends/contacts/Makefile.am
@@ -26,6 +26,7 @@ libecalbackendcontacts_la_LIBADD =                                    \
        $(top_builddir)/calendar/libecal/libecal-1.2.la                 \
        $(top_builddir)/calendar/libedata-cal/libedata-cal-1.2.la       \
        $(top_builddir)/addressbook/libebook/libebook-1.2.la            \
+       $(top_builddir)/addressbook/libebook-contacts/libebook-contacts-1.2.la \
        $(top_builddir)/libedataserver/libedataserver-1.2.la            \
        $(top_builddir)/libebackend/libebackend-1.2.la                  \
        $(EVOLUTION_CALENDAR_LIBS)                                      \


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