push 1a31a9cb1b14d0c41b748a6144c6aef5fac5e083
[wine/hacks.git] / dlls / secur32 / Makefile.in
blobdf9695a80631f2fd8ef383225b4b6d8b5a000b79
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
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
23 @MAKE_DLL_RULES@
25 @DEPENDENCIES@ # everything below this line is overwritten by make depend