msxml3: Separate the writing of progids from the writing of classes.
[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   = netapi32 user32 advapi32 kernel32 ntdll
8 DELAYIMPORTS = crypt32
9
10 C_SRCS = \
11         base64_codec.c \
12         dispatcher.c \
13         negotiate.c \
14         ntlm.c \
15         schannel.c \
16         secur32.c \
17         thunks.c \
18         wrapper.c
19
20 SUBDIRS = tests
21
22 @MAKE_DLL_RULES@
23
24 ### Dependencies: