diff options
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/backend/pas/Makefile.am | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index cfad5eb706..72954ca886 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2002-10-24 Chris Toshok <toshok@ximian.com> + * backend/pas/Makefile.am: install evolutionperson.schema to + $(datadir)/evolution. + +2002-10-24 Chris Toshok <toshok@ximian.com> + [ fixes #29144 ] * gui/component/addressbook-config.c (edit_dialog_store_change): use e_table_memory_storage_change instead of remove/insert, so the diff --git a/addressbook/backend/pas/Makefile.am b/addressbook/backend/pas/Makefile.am index 28e29de9d7..eaaeebb25a 100644 --- a/addressbook/backend/pas/Makefile.am +++ b/addressbook/backend/pas/Makefile.am @@ -36,6 +36,10 @@ if ENABLE_LDAP LDAP_BACKEND = libpasldap.a endif +ldapschemadir = $(datadir)/evolution + +ldapschema_DATA= $(LDAP_SCHEMA) + privlib_LIBRARIES = libpas.a noinst_LIBRARIES = libpasfile.a $(LDAP_BACKEND) |