aboutsummaryrefslogtreecommitdiffstats
path: root/modules/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-12-31 23:49:54 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-03 11:00:41 +0800
commit4c9c82d88483c36068756c0674020602b907d47e (patch)
tree4673acd1e278cf6f23eee13861ba918ac1ccb27b /modules/Makefile.am
parenta4607aee992c409da5ff5afa9f0222bbd1bebc29 (diff)
downloadgsoc2013-evolution-4c9c82d88483c36068756c0674020602b907d47e.tar
gsoc2013-evolution-4c9c82d88483c36068756c0674020602b907d47e.tar.gz
gsoc2013-evolution-4c9c82d88483c36068756c0674020602b907d47e.tar.bz2
gsoc2013-evolution-4c9c82d88483c36068756c0674020602b907d47e.tar.lz
gsoc2013-evolution-4c9c82d88483c36068756c0674020602b907d47e.tar.xz
gsoc2013-evolution-4c9c82d88483c36068756c0674020602b907d47e.tar.zst
gsoc2013-evolution-4c9c82d88483c36068756c0674020602b907d47e.zip
Add 'book-config-ldap' module.
Register the "On LDAP Servers" backend in EBookSourceConfig widgets.
Diffstat (limited to 'modules/Makefile.am')
-rw-r--r--modules/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am
index 1668322e8b..8c4cb9b4eb 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -1,3 +1,7 @@
+if ENABLE_LDAP
+CONFIG_LDAP_DIR = book-config-ldap
+endif
+
if ENABLE_MONO
MONO_DIR = plugin-mono
endif
@@ -17,6 +21,7 @@ SUBDIRS = \
mail \
backup-restore \
book-config-google \
+ $(CONFIG_LDAP_DIR) \
book-config-local \
composer-autosave \
mailto-handler \