jscript: Update Italian translation.
[wine/multimedia.git] / dlls / secur32 / Makefile.in
blob4824cdb22e27fedb5dc4cde8b5397e5da25add0d
1 MODULE = secur32.dll
2 IMPORTLIB = secur32
3 IMPORTS = netapi32 advapi32
4 DELAYIMPORTS = crypt32
5 EXTRAINCL = @GNUTLSINCL@
7 C_SRCS = \
8 base64_codec.c \
9 dispatcher.c \
10 hmac_md5.c \
11 lsa.c \
12 negotiate.c \
13 ntlm.c \
14 schannel.c \
15 secur32.c \
16 thunks.c \
17 util.c \
18 wrapper.c
20 @MAKE_DLL_RULES@