wine/dlls/wldap32/Makefile.in
Alex Henrie 8fb04515cf wldap32: Implement setting LDAP_OPT_SERVER_CERTIFICATE and add tests.
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
2023-03-30 20:28:28 +02:00

29 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