From 0e7e3a04bb404e383580ccd4b915330b1cc8b412 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 24 Oct 2003 15:37:56 +0000 Subject: libpas should depend on libebook, but NOT on libpasfile, etc, since it * backend/pas/Makefile.am (libpas_la_LIBADD): libpas should depend on libebook, but NOT on libpasfile, etc, since it needs to be linked into all backends, not just the wombat. (libpasfile_la_LIBADD): depend on libpas.la and libedb3util.la (libpasvcf_la_LIBADD): depend on libpas.la (libpasldap_la_LIBADD): depend on libpas.la and $(LDAP_LIBS) svn path=/trunk/; revision=23062 --- addressbook/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bfa617f432..b939e5a41d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,23 @@ +2003-10-24 Dan Winship + + * backend/pas/Makefile.am (libpas_la_LIBADD): libpas should depend + on libebook, but NOT on libpasfile, etc, since it needs to be + linked into all backends, not just the wombat. + (libpasfile_la_LIBADD): depend on libpas.la and libedb3util.la + (libpasvcf_la_LIBADD): depend on libpas.la + (libpasldap_la_LIBADD): depend on libpas.la and $(LDAP_LIBS) + +2003-10-23 Dan Winship + + * backend/ebook/e-contact.c (e_contact_date_equal): new util func + + * backend/pas/pas-backend-ldap.c (anniversary_compare, + birthday_compare): Use it + + * backend/pas/pas-backend-summary.c + (pas_backend_summary_check_contact): Check if an ID exists in the + summary. + 2003-10-23 Chris Toshok * tools/Makefile.am: convert 8 spaces to a tab. -- cgit v1.2.3