aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-10-26 18:00:52 +0800
committerChris Toshok <toshok@src.gnome.org>2002-10-26 18:00:52 +0800
commit110c6bb99070bc3d70f49348feaa93223926d592 (patch)
tree35f0624a6898ab1e8493f7b416a364acd962f7e6
parent3fee618acffe3885cafae17a30127468f6b7a58c (diff)
downloadgsoc2013-evolution-110c6bb99070bc3d70f49348feaa93223926d592.tar
gsoc2013-evolution-110c6bb99070bc3d70f49348feaa93223926d592.tar.gz
gsoc2013-evolution-110c6bb99070bc3d70f49348feaa93223926d592.tar.bz2
gsoc2013-evolution-110c6bb99070bc3d70f49348feaa93223926d592.tar.lz
gsoc2013-evolution-110c6bb99070bc3d70f49348feaa93223926d592.tar.xz
gsoc2013-evolution-110c6bb99070bc3d70f49348feaa93223926d592.tar.zst
gsoc2013-evolution-110c6bb99070bc3d70f49348feaa93223926d592.zip
install evolutionperson.schema to $(datadir)/evolution.
2002-10-24 Chris Toshok <toshok@ximian.com> * backend/pas/Makefile.am: install evolutionperson.schema to $(datadir)/evolution. svn path=/trunk/; revision=18444
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/backend/pas/Makefile.am4
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)