makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / secur32 / Makefile.in
1 MODULE    = secur32.dll
2 IMPORTLIB = secur32
3 IMPORTS   = netapi32 advapi32
4 DELAYIMPORTS = crypt32
5 EXTRAINCL = @GNUTLSINCL@
6
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
19
20 @MAKE_DLL_RULES@