diff options
author | Chris Toshok <toshok@ximian.com> | 2001-09-25 10:27:30 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-09-25 10:27:30 +0800 |
commit | 917de6bd879b9463be724f58c10c9a9e986e59ad (patch) | |
tree | 9787ae31a3e9bbcf09acf244d04ff08ef68d19bf /addressbook/backend | |
parent | 35fe068ed2a74a9eee0f52236625d913951a56b0 (diff) | |
download | gsoc2013-evolution-917de6bd879b9463be724f58c10c9a9e986e59ad.tar.gz gsoc2013-evolution-917de6bd879b9463be724f58c10c9a9e986e59ad.tar.zst gsoc2013-evolution-917de6bd879b9463be724f58c10c9a9e986e59ad.zip |
add evolutionperson.schema (EXTRA_DIST): add LDAP_SCHEMA to the dist (but
2001-09-24 Chris Toshok <toshok@ximian.com>
* 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
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/pas/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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) |