crypt32: Don't fail chain creation if signature doesn't match.
[wine/wine64.git] / dlls / setupapi / Makefile.in
blob3ecbddf60620595d32b49ce9d07593c077959187
1 EXTRADEFS = -D_SETUPAPI_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = setupapi.dll
7 IMPORTLIB = libsetupapi.$(IMPLIBEXT)
8 IMPORTS = user32 version advapi32 rpcrt4 kernel32 ntdll
9 DELAYIMPORTS = shell32
10 EXTRALIBS = -luuid
12 C_SRCS = \
13 devinst.c \
14 dirid.c \
15 diskspace.c \
16 fakedll.c \
17 install.c \
18 misc.c \
19 parser.c \
20 query.c \
21 queue.c \
22 setupcab.c \
23 stringtable.c \
24 stubs.c
26 C_SRCS16 = \
27 devinst16.c \
28 infparse.c \
29 setupx_main.c \
30 virtcopy.c
32 SPEC_SRCS16 = setupx.spec
34 RC_SRCS= setupapi.rc
36 @MAKE_DLL_RULES@
38 @DEPENDENCIES@ # everything below this line is overwritten by make depend