mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 15:39:00 +00:00
8fb04515cf
ctxt_handle is moved to the top of struct tlsw_session so that it can be easily retrieved via LDAP_OPT_X_TLS_SSL_CTX. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54727
28 lines
385 B
Makefile
28 lines
385 B
Makefile
MODULE = wldap32.dll
|
|
IMPORTLIB = wldap32
|
|
IMPORTS = $(LDAP_PE_LIBS) crypt32 secur32 ws2_32 user32
|
|
EXTRAINCL = $(LDAP_PE_CFLAGS)
|
|
|
|
C_SRCS = \
|
|
add.c \
|
|
ber.c \
|
|
bind.c \
|
|
compare.c \
|
|
control.c \
|
|
delete.c \
|
|
dn.c \
|
|
error.c \
|
|
extended.c \
|
|
init.c \
|
|
main.c \
|
|
misc.c \
|
|
modify.c \
|
|
modrdn.c \
|
|
option.c \
|
|
page.c \
|
|
parse.c \
|
|
rename.c \
|
|
search.c \
|
|
value.c
|
|
|
|
RC_SRCS = wldap32.rc
|