projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Replace "Registry Explorer" by "Registry Editor" in about dialog.
[wine]
/
dlls
/
wldap32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = wldap32.dll
6
IMPORTLIB = libwldap32.$(IMPLIBEXT)
7
IMPORTS = user32 kernel32
8
EXTRALIBS = @LDAPLIBS@
9
10
C_SRCS = \
11
add.c \
12
ber.c \
13
bind.c \
14
compare.c \
15
delete.c \
16
dn.c \
17
error.c \
18
init.c \
19
main.c \
20
misc.c \
21
modify.c \
22
modrdn.c \
23
option.c \
24
search.c
25
26
RC_SRCS = wldap32.rc
27
28
@MAKE_DLL_RULES@
29
30
### Dependencies: