projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dbghelp: While loading MSC debug info, don't handle public symbol at once, but delay...
[wine]
/
dlls
/
secur32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = secur32.dll
6
IMPORTLIB = secur32
7
IMPORTS = netapi32 advapi32 kernel32 ntdll
8
DELAYIMPORTS = crypt32
9
10
C_SRCS = \
11
base64_codec.c \
12
dispatcher.c \
13
hmac_md5.c \
14
lsa.c \
15
negotiate.c \
16
ntlm.c \
17
schannel.c \
18
secur32.c \
19
thunks.c \
20
util.c \
21
wrapper.c
22
23
@MAKE_DLL_RULES@
24
25
@DEPENDENCIES@ # everything below this line is overwritten by make depend