diff options
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/conduit/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 757ae029cf..9156c0165f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2003-02-27 JP Rosevear <jpr@ximian.com> + + * conduit/Makefile.am: link to libversit libtool object + 2003-02-27 Rodney Dawes <dobey@ximian.com> * backend/ebook/Makefile.am: Fix for server files from Antonio Xu diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index b630443862..e7767dbcae 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -20,7 +20,7 @@ libeaddress_conduit_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/addressbook/backend/ebook/libebook-static.la \ $(top_builddir)/e-util/ename/libename-static.la \ - $(top_builddir)/libversit/libversit.a \ + $(top_builddir)/libversit/libversit.la \ $(top_builddir)/e-util/libeconduit-static.la \ $(top_builddir)/camel/libcamel.la \ $(EVOLUTION_ADDRESSBOOK_CONDUIT_LIBS) |