configure: Probe more carefully for soname support, primarily for Solaris support.
[wine.git] / dlls / setupapi / Makefile.in
blobd94b2599c8c11abfc837f00e6dce5a4608ce243e
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 = $(LIBUNICODE) -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 SUBDIRS = tests
38 @MAKE_DLL_RULES@
40 ### Dependencies: