diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2000-04-11 Chris Toshok <toshok@helixcode.com> + + * wombat/Makefile.am (wombat_LDADD): add LDAP_LIBS here. + + * configure.in: check for -lldap and -llber and if both are + present include ldap support in the pas/wombat. + + * addressbook/backend/pas/Makefile.am (libpas_la_SOURCES): include + pas-backend.ldap.c if ENABLE_LDAP. + + * addressbook/backend/pas/pas-backend-ldap.c: get searching + working (converting between the sexp and ldap stuff.) + + * wombat/wombat.c (setup_pas): register the ldap pas backend if + HAVE_LDAP is defined. + 2000-04-11 Christopher James Lahey <clahey@helixcode.com> * configure.in: Changed AC_DEFUN to AC_DEFINE. |