diff options
Diffstat (limited to 'modules/Makefile.am')
-rw-r--r-- | modules/Makefile.am | 5 |
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 \ |