Removed a few dependencies on kernel32 functions.
[wine] / dlls / setupapi / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = setupapi
6 SOVERSION = 1.0
7 ALTNAMES  = setupx
8 IMPORTS   = advapi32 kernel32
9
10 C_SRCS = \
11         infparse.c \
12         setupx_main.c \
13         stubs.c
14
15 @MAKE_DLL_RULES@
16
17 ### Dependencies: