projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
crypt32: Implement CertGetNameStringW for CERT_NAME_EMAIL_TYPE.
[wine]
/
dlls
/
wldap32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = wldap32.dll
6
IMPORTLIB = wldap32
7
IMPORTS = user32 kernel32
8
EXTRALIBS = @LDAPLIBS@
9
10
C_SRCS = \
11
add.c \
12
ber.c \
13
bind.c \
14
compare.c \
15
control.c \
16
delete.c \
17
dn.c \
18
error.c \
19
extended.c \
20
init.c \
21
main.c \
22
misc.c \
23
modify.c \
24
modrdn.c \
25
option.c \
26
page.c \
27
parse.c \
28
rename.c \
29
search.c \
30
value.c
31
32
RC_SRCS = \
33
wldap32_Da.rc \
34
wldap32_De.rc \
35
wldap32_En.rc \
36
wldap32_Es.rc \
37
wldap32_Fr.rc \
38
wldap32_Ko.rc \
39
wldap32_Lt.rc \
40
wldap32_Nl.rc \
41
wldap32_No.rc \
42
wldap32_Pl.rc \
43
wldap32_Pt.rc \
44
wldap32_Ru.rc \
45
wldap32_Sv.rc \
46
wldap32_Tr.rc
47
48
@MAKE_DLL_RULES@
49
50
@DEPENDENCIES@ # everything below this line is overwritten by make depend