wined3d: Use RECT instead of WINED3DRECT in fb_copy_to_texture_hwstretch.
[wine.git] / dlls / secur32 / Makefile.in
blob0e44d4940e76a2c6e3a9cd76c12712bea9eec433
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
9 EXTRAINCL = @GNUTLSINCL@
11 C_SRCS = \
12 base64_codec.c \
13 dispatcher.c \
14 hmac_md5.c \
15 lsa.c \
16 negotiate.c \
17 ntlm.c \
18 schannel.c \
19 secur32.c \
20 thunks.c \
21 util.c \
22 wrapper.c
24 @MAKE_DLL_RULES@