repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
comctl32: Remove redundant parameter from a helper.
[wine/multimedia.git]
/
dlls
/
secur32
/
Makefile.in
blob
c666dcae65cd8fe72c0a419601bc08410160f552
1
MODULE
=
secur32.dll
2
IMPORTLIB
=
secur32
3
IMPORTS
=
netapi32 advapi32
4
DELAYIMPORTS
=
crypt32
5
EXTRAINCL
=
@GNUTLSINCL@
6
EXTRALIBS
=
@SECURITYLIB@
7
8
C_SRCS
=
\
9
base64_codec.c \
10
dispatcher.c \
11
hmac_md5.c \
12
lsa.c \
13
negotiate.c \
14
ntlm.c \
15
schannel.c \
16
schannel_gnutls.c \
17
schannel_macosx.c \
18
secur32.c \
19
thunks.c \
20
util.c \
21
wrapper.c
22
23
@MAKE_DLL_RULES@