makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / wiaservc / Makefile.in
1 MODULE    = wiaservc.dll
2 IMPORTS   = uuid ole32 advapi32
3
4 C_SRCS = \
5         factory.c \
6         service.c \
7         wiadevmgr.c \
8         wiaservc_main.c
9
10 RC_SRCS = rsrc.rc
11
12 @MAKE_DLL_RULES@