Fixed an error in Swapchain_GetFrontBufferData.
[wine] / dlls / secur32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = secur32.dll
6 IMPORTLIB = libsecur32.$(IMPLIBEXT)
7 IMPORTS   = user32 advapi32 kernel32 ntdll
8
9 C_SRCS = \
10         base64_codec.c \
11         dispatcher.c \
12         negotiate.c \
13         ntlm.c \
14         schannel.c \
15         secur32.c \
16         thunks.c \
17         wrapper.c
18
19 SUBDIRS = tests
20
21 @MAKE_DLL_RULES@
22
23 ### Dependencies: