push 92ef5b88da02911741c0a2f56030fd2e20189321
[wine/hacks.git] / dlls / secur32 / Makefile.in
blob45043d3f189b42f95dd90972a21499fb801f4549
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 negotiate.c \
15 ntlm.c \
16 schannel.c \
17 secur32.c \
18 thunks.c \
19 util.c \
20 wrapper.c
22 @MAKE_DLL_RULES@
24 @DEPENDENCIES@ # everything below this line is overwritten by make depend