repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make CryptImport/ExportPublicKeyInfoEx behave the way MSDN describes
[wine/gsoc-2012-control.git]
/
dlls
/
secur32
/
Makefile.in
blob
5d79738f8feb5f33218b15756bb75f77e6c2cf56
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
secur32.dll
6
IMPORTLIB
=
libsecur32.
$(
IMPLIBEXT
)
7
IMPORTS
=
user32 advapi32 kernel32 ntdll
8
9
C_SRCS
=
\
10
base64_codec.c \
11
negotiate.c \
12
ntlm.c \
13
schannel.c \
14
secur32.c \
15
thunks.c \
16
wrapper.c
17
18
SUBDIRS
=
tests
19
20
@MAKE_DLL_RULES@
21
22
### Dependencies: