diff options
author | Peter Williams <peterw@ximian.com> | 2001-05-26 12:59:00 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-05-26 12:59:00 +0800 |
commit | a58c7b50e9a4b2d03763eff154b47a47e3398d11 (patch) | |
tree | 213b3dde4689c5aa95a2ba7d14e7a66ba90de62d /addressbook/ChangeLog | |
parent | c6c02db6022e3a702c096d3f7cbc34af8cf68342 (diff) | |
download | gsoc2013-evolution-a58c7b50e9a4b2d03763eff154b47a47e3398d11.tar.gz gsoc2013-evolution-a58c7b50e9a4b2d03763eff154b47a47e3398d11.tar.zst gsoc2013-evolution-a58c7b50e9a4b2d03763eff154b47a47e3398d11.zip |
Reference libeshell.la instead of libeshell.a.
2001-05-25 Peter Williams <peterw@ximian.com>
* gui/component/Makefile.am: Reference libeshell.la instead of libeshell.a.
2001-05-25 Peter Williams <peterw@ximian.com>
* gui/Makefile.am: Reference libeshell.la instead of libeshell.a.
2001-05-25 Peter Williams <peterw@ximian.com>
* component/Makefile.am: Reference libeshell.la instead of libeshell.a.
2001-05-25 Peter Williams <peterw@ximian.com>
* Makefile.am: Reference libeshell.la instead of libeshell.a.
2001-05-25 Peter Williams <peterw@ximian.com>
* Makefile.am: Change libeshell from a noinst_LIBRARIES to
a lib_LTLIBRARIES. Install its headers in
$includedir/evolution/shell.
* evolution-storage.c (safe_corba_string): New, copy of e_safe_corba_string
in libeutil. This way libeshell doesn't have a missing symbol when programs
that don't have libeutil link to it.
(evolution_storage_register): s,e_safe_corba_string,safe_corba_string,g.
svn path=/trunk/; revision=10007
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 462db8c4aa..ec88caae61 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2001-05-25 Peter Williams <peterw@ximian.com> + + * gui/component/Makefile.am: Reference libeshell.la instead of libeshell.a. + 2001-05-25 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-addressbook-reflow-adapter.c (addressbook_height): |