mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
0fad7e1f27
ldap_parse_result{A,W}, ldap_parse_sort_control{A,W} and ldap_parse_vlv_control{A,W}. Stub implementations for ldap_parse_page_control{A,W}.
36 lines
476 B
Makefile
36 lines
476 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = wldap32.dll
|
|
IMPORTLIB = libwldap32.$(IMPLIBEXT)
|
|
IMPORTS = user32 kernel32
|
|
EXTRALIBS = @LDAPLIBS@
|
|
|
|
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 \
|
|
parse.c \
|
|
rename.c \
|
|
search.c \
|
|
value.c
|
|
|
|
RC_SRCS = wldap32.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|