diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-22 05:24:34 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-22 05:24:34 +0800 |
commit | d40f089a706484364ceb499d6bb4f6d823b92b09 (patch) | |
tree | 2a467c1fcafe9828b96fc82de3c8d115e1234aa7 /addressbook/ChangeLog | |
parent | 80906889c2d0c7db9a69ca5d2e3a7657effd311b (diff) | |
download | gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.gz gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.bz2 gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.lz gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.xz gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.zst gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.zip |
Make libversit a shared library, update stuff for that, and clean up
some LDADDs in the process
svn path=/trunk/; revision=19994
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 128f0395a7..005266a9db 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,24 @@ +2003-02-21 Dan Winship <danw@ximian.com> + + * backend/ebook/Makefile.am (libebook_la_LIBADD): depend on + libversit.la, libcamel.la, libename.la, and libeutil.la. + (test_client_LDADD, test_client_list_LDADD, test_card_LDADD, + evolution_vcard_importer_LDADD, evolution_ldif_importer_LDADD, + load_pine_addressbook_LDADD, load_gnomecard_addressbook_LDADD): + Remove those dependencies from here, since they're pulled in by + libebook. + + * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD): + Remove libebook's dependencies + + * gui/component/select-names/Makefile.am + (libeselectnames_la_LIBADD): add this + + * gui/widgets/Makefile.am (various disabled *_test_LDADD): cleanup + + * printing/Makefile.am (contact_print_test_LDADD, + contact_print_style_editor_test_LDADD): cleanup + 2003-02-20 Dan Winship <danw@ximian.com> * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD): |