wine/dlls/wldap32/Makefile.in
Hans Leidekker 0fad7e1f27 Implement ldap_parse_extended_result{A,W}, ldap_parse_reference{A,W},
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}.
2005-12-01 18:49:31 +01:00

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: