From 4c9c82d88483c36068756c0674020602b907d47e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 31 Dec 2010 10:49:54 -0500 Subject: Add 'book-config-ldap' module. Register the "On LDAP Servers" backend in EBookSourceConfig widgets. --- modules/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/Makefile.am') 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 \ -- cgit v1.2.3