diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-04-04 21:36:16 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-04-04 21:36:16 +0800 |
commit | 8dc13ce6276cbdc11ae25747b61cb4207a2a8e98 (patch) | |
tree | 4e7c1e858022da4130abc40be1efd115764d852e /wombat/ChangeLog | |
parent | f9b9c12b3bb8671cdebfa1d6de3a1f3d50bae024 (diff) | |
download | gsoc2013-evolution-8dc13ce6276cbdc11ae25747b61cb4207a2a8e98.tar gsoc2013-evolution-8dc13ce6276cbdc11ae25747b61cb4207a2a8e98.tar.gz gsoc2013-evolution-8dc13ce6276cbdc11ae25747b61cb4207a2a8e98.tar.bz2 gsoc2013-evolution-8dc13ce6276cbdc11ae25747b61cb4207a2a8e98.tar.lz gsoc2013-evolution-8dc13ce6276cbdc11ae25747b61cb4207a2a8e98.tar.xz gsoc2013-evolution-8dc13ce6276cbdc11ae25747b61cb4207a2a8e98.tar.zst gsoc2013-evolution-8dc13ce6276cbdc11ae25747b61cb4207a2a8e98.zip |
Put DB3_LDADD and LDAP_LIBS on the top so the PAS backend uses the right
* Makefile.am (wombat_LDADD): Put DB3_LDADD and LDAP_LIBS on the
top so the PAS backend uses the right version of DB3 and always
links to LDAP.
svn path=/trunk/; revision=16343
Diffstat (limited to 'wombat/ChangeLog')
-rw-r--r-- | wombat/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 6ff500c3d7..6a50f43730 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,9 @@ +2002-04-04 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am (wombat_LDADD): Put DB3_LDADD and LDAP_LIBS on the + top so the PAS backend uses the right version of DB3 and always + links to LDAP. + 2002-03-19 Dan Winship <danw@ximian.com> * Makefile.am (wombat_LDADD): s/libversit.la/libversit.a/ |