Kaydet (Commit) 8af6aa62 authored tarafından David Tardon's avatar David Tardon

really fix ldap lib. name

Change-Id: If003a4283fb4d0f3edd127e77de6b812501fa65a
üst 44863e68
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment