makefiles: Remove the no longer needed explicit separators for dependencies.
[wine] / dlls / wiaservc / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = wiaservc.dll
6 IMPORTS   = uuid ole32 advapi32 kernel32
7
8 C_SRCS = \
9         factory.c \
10         service.c \
11         wiadevmgr.c \
12         wiaservc_main.c
13
14 RC_SRCS = rsrc.rc
15
16 @MAKE_DLL_RULES@