diff options
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) |