really fix ldap lib. name

Change-Id: If003a4283fb4d0f3edd127e77de6b812501fa65a
This commit is contained in:
David Tardon 2012-05-30 12:06:42 +02:00
parent 44863e68c1
commit 8af6aa628b

View file

@ -1290,8 +1290,14 @@ $(call gb_LinkTarget_use_external,$(1),openssl)
$(call gb_LinkTarget_use_libraries,$(1),\
secur32 \
ws2_32 \
$(if $(filter YES,$(WITH_LDAP)),ldap50) \
)
ifeq ($(WITH_LDAP),YES)
$(call gb_LinkTarget_add_libs,$(1),\
nsldap32v50.lib \
)
endif
endif
endef