qmgr: Implement the IUnknown interface for IBackgroundCopyFile.
[wine.git] / dlls / qmgr / Makefile.in
blob327a695b3497f45359f4161e8b88e1945135b0c4
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = qmgr.dll
6 IMPORTS = advpack ole32 advapi32 kernel32
7 EXTRALIBS = -luuid
9 C_SRCS = \
10 enum_jobs.c \
11 factory.c \
12 file.c \
13 job.c \
14 qmgr.c \
15 qmgr_main.c \
16 service.c
18 RC_SRCS = rsrc.rc
20 IDL_I_SRCS = qmgr_local.idl
22 @MAKE_DLL_RULES@
24 @DEPENDENCIES@ # everything below this line is overwritten by make depend