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 \
	page.c \
	parse.c \
	rename.c \
	search.c \
	value.c

RC_SRCS = wldap32.rc

@MAKE_DLL_RULES@

@DEPENDENCIES@  # everything below this line is overwritten by make depend