summaryrefslogtreecommitdiffstats
path: root/Repository.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2011-12-17 23:33:32 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-17 23:33:32 +0100
commit87612dadc166fb078074e50796cc864dc981b483 (patch)
tree3fb89b16db6b2f79c82e06c61f0223c24ee83c54 /Repository.mk
parentextensions: tweak spotlight makefiles (diff)
downloadcore-87612dadc166fb078074e50796cc864dc981b483.tar.gz
core-87612dadc166fb078074e50796cc864dc981b483.zip
extensions: convert ldap to gbuild
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index 42960c6f46bd..221e6ac9ed77 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -391,6 +391,12 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
))
endif
+ifeq ($(WITH_LDAP),YES)
+$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
+ ldapbe2 \
+))
+endif
+
$(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \
binaryurp \
))