Makefile.in 378 Bytes
Newer Older
Hans Leidekker's avatar
Hans Leidekker committed
1
MODULE    = wldap32.dll
2
IMPORTLIB = wldap32
3
IMPORTS   = user32
4
EXTRALIBS = @LDAPLIBS@
Hans Leidekker's avatar
Hans Leidekker committed
5 6

C_SRCS = \
7
	add.c \
8
	ber.c \
9
	bind.c \
10
	compare.c \
11
	control.c \
12
	delete.c \
13
	dn.c \
14
	error.c \
15
	extended.c \
16
	init.c \
17
	main.c \
18
	misc.c \
19
	modify.c \
20
	modrdn.c \
21
	option.c \
22
	page.c \
23
	parse.c \
24
	rename.c \
25 26
	search.c \
	value.c
Hans Leidekker's avatar
Hans Leidekker committed
27

28 29
RC_SRCS = wldap32.rc
PO_SRCS = wldap32.rc
30

Hans Leidekker's avatar
Hans Leidekker committed
31
@MAKE_DLL_RULES@