push 83f6eeab4f78cf34cba36fe6c2150f9c23ec0aba
[wine/hacks.git] / dlls / secur32 / Makefile.in
blob43efc1caf47dd47331a741f9a384fa1086077572
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = secur32.dll
6 IMPORTLIB = libsecur32.$(IMPLIBEXT)
7 IMPORTS = netapi32 user32 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