Fix install failure in google backend.
authorMatthew Barnes <mbarnes@redhat.com>
Tue, 26 Jun 2012 14:36:34 +0000 (10:36 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Tue, 26 Jun 2012 14:41:27 +0000 (10:41 -0400)
commit918ad005b0a2770be84c2bb13727aa57f166cc81
tree64969f6a7713a12df772d3862df688ebe8fc79ed
parent08706aea50edc7db95c604f85d09a38a34dff393
Fix install failure in google backend.

Instead of linking to libebook-google-utils.la, just add its source
files directly to the libebookbackendgoogle module.   So the code is
duplicated in the backend module and the noinst unit test library.

This was causing libtool to barf on bogus undefined reference errors
during install.  Still don't really understand what libtool's problem
was -- maybe it didn't like the noinst library?  Who knows.
addressbook/backends/google/Makefile.am