diff options
author | Chris Toshok <toshok@ximian.com> | 2002-10-26 18:00:52 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-10-26 18:00:52 +0800 |
commit | 110c6bb99070bc3d70f49348feaa93223926d592 (patch) | |
tree | 35f0624a6898ab1e8493f7b416a364acd962f7e6 /addressbook/backend | |
parent | 3fee618acffe3885cafae17a30127468f6b7a58c (diff) | |
download | gsoc2013-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
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/pas/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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) |