Add missing linker flags for libebook-google-utils.
authorMatthew Barnes <mbarnes@redhat.com>
Sat, 23 Jun 2012 15:35:11 +0000 (11:35 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Sat, 23 Jun 2012 15:35:31 +0000 (11:35 -0400)
addressbook/backends/google/Makefile.am

index 8281a8f..d22f19e 100644 (file)
@@ -32,8 +32,8 @@ libebookbackendgoogle_la_SOURCES = \
 
 libebookbackendgoogle_la_LIBADD = \
        libebook-google-utils.la \
-       $(top_builddir)/addressbook/libebook/libebook-1.2.la \
        $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \
+       $(top_builddir)/addressbook/libebook/libebook-1.2.la \
        $(top_builddir)/libedataserver/libedataserver-1.2.la \
        $(top_builddir)/libebackend/libebackend-1.2.la \
        $(EVOLUTION_ADDRESSBOOK_LIBS) \
@@ -78,6 +78,8 @@ libebook_google_utils_la_CPPFLAGS = \
 libebook_google_utils_la_LIBADD = \
        $(AM_LIBADD) \
        $(top_builddir)/addressbook/libebook/libebook-1.2.la \
+       $(top_builddir)/libedataserver/libedataserver-1.2.la \
+       $(top_builddir)/libebackend/libebackend-1.2.la \
        $(EVOLUTION_ADDRESSBOOK_LIBS) \
        $(GDATA_LIBS) \
        $(NULL)