diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-05 01:29:45 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-05 01:29:45 +0800 |
commit | 7e9b55a30e8e6b76da4f6727606cb8e29afcc7d6 (patch) | |
tree | 18e379f72385de793a4f4394b700b2a918a06e0a /importers/ChangeLog | |
parent | 7bcfb743ce0ffb829c704864772d0807cc996d79 (diff) | |
download | gsoc2013-evolution-7e9b55a30e8e6b76da4f6727606cb8e29afcc7d6.tar gsoc2013-evolution-7e9b55a30e8e6b76da4f6727606cb8e29afcc7d6.tar.gz gsoc2013-evolution-7e9b55a30e8e6b76da4f6727606cb8e29afcc7d6.tar.bz2 gsoc2013-evolution-7e9b55a30e8e6b76da4f6727606cb8e29afcc7d6.tar.lz gsoc2013-evolution-7e9b55a30e8e6b76da4f6727606cb8e29afcc7d6.tar.xz gsoc2013-evolution-7e9b55a30e8e6b76da4f6727606cb8e29afcc7d6.tar.zst gsoc2013-evolution-7e9b55a30e8e6b76da4f6727606cb8e29afcc7d6.zip |
Fix Radek's fix. $(DB3_LDADD) must always come before
`libeutil.la'.
svn path=/trunk/; revision=10112
Diffstat (limited to 'importers/ChangeLog')
-rw-r--r-- | importers/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/importers/ChangeLog b/importers/ChangeLog index 2f19a88e1d..c64a10b718 100644 --- a/importers/ChangeLog +++ b/importers/ChangeLog @@ -1,3 +1,13 @@ +2001-06-04 Ettore Perazzoli <ettore@ximian.com> + + Fix Radek's fix. $(DB3_LDADD) must always come *before* + `libeutil.la'. + + * Makefile.am (evolution_netscape_importer_LDADD): Move + `libevolution-importer.la' on top, then put `$(DB3_LDADD)', then + libeutil.la, then the Bonobo and GNOME libs. + (evolution_elm_importer_LDADD): Likewise. + 2001-06-04 Radek Doulik <rodo@ximian.com> * Makefile.am: move DB3_LDADD down to fix linkage |