From 917de6bd879b9463be724f58c10c9a9e986e59ad Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 25 Sep 2001 02:27:30 +0000 Subject: add evolutionperson.schema (EXTRA_DIST): add LDAP_SCHEMA to the dist (but 2001-09-24 Chris Toshok * backend/pas/Makefile.am (LDAP_SCHEMA): add evolutionperson.schema (EXTRA_DIST): add LDAP_SCHEMA to the dist (but don't install it). svn path=/trunk/; revision=13107 --- addressbook/ChangeLog | 11 +++++++++++ addressbook/backend/pas/Makefile.am | 5 ++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 970b746396..3d3089b412 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,9 +1,20 @@ +2001-09-24 Chris Toshok + + * backend/pas/Makefile.am (LDAP_SCHEMA): add + evolutionperson.schema + (EXTRA_DIST): add LDAP_SCHEMA to the dist (but don't install it). + 2001-09-23 JP Rosevear * conduit/address-conduit.c (ecard_from_remote_record): sync the note the to pilot and make sure to blank fields when appropriate (local_record_from_ecard): sync the note to the desktop +2001-09-22 Chris Toshok + + * backend/pas/pas-backend-file.c (do_create): g_free (id) in the + error case to plug a memory leak. + 2001-09-22 Chris Toshok * gui/widgets/e-minicard.c (remodel): when creating the cards, diff --git a/addressbook/backend/pas/Makefile.am b/addressbook/backend/pas/Makefile.am index d5f4813d8d..ea150597c9 100644 --- a/addressbook/backend/pas/Makefile.am +++ b/addressbook/backend/pas/Makefile.am @@ -23,6 +23,9 @@ INCLUDES = \ $(BONOBO_GNOME_CFLAGS) \ $(EXTRA_GNOME_CFLAGS) +LDAP_SCHEMA = \ + evolutionperson.schema + LDAP_BACKEND_FILES = pas-backend-ldap.c pas-backend-ldap.h if ENABLE_LDAP @@ -57,4 +60,4 @@ CLEANFILES = $(BUILT_SOURCES) dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) -EXTRA_DIST = $(LDAP_BACKEND_FILES) +EXTRA_DIST = $(LDAP_BACKEND_FILES) $(LDAP_SCHEMA) -- cgit v1.2.3