quartz: Fix memory leak and behavior on errors in FilterMapper_EnumMatchingFilters.
[wine.git] / dlls / rpcrt4 / Makefile.in
blob8672ced5078b4044588ee4a6c0e9291923b109ad
1 EXTRADEFS = -D_RPCRT4_ -DCOM_NO_WINDOWS_H -DMSWMSG
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = rpcrt4.dll
7 IMPORTLIB = rpcrt4
8 IMPORTS = uuid iphlpapi advapi32 kernel32 ntdll
9 DELAYIMPORTS = secur32 user32
11 C_SRCS = \
12 cproxy.c \
13 cpsf.c \
14 cstub.c \
15 ndr_clientserver.c \
16 ndr_contexthandle.c \
17 ndr_fullpointer.c \
18 ndr_marshall.c \
19 ndr_ole.c \
20 ndr_stubless.c \
21 rpc_assoc.c \
22 rpc_async.c \
23 rpc_binding.c \
24 rpc_epmap.c \
25 rpc_message.c \
26 rpc_server.c \
27 rpc_transport.c \
28 rpcrt4_main.c
30 RC_SRCS = version.rc
32 IDL_C_SRCS = \
33 epm.idl
35 @MAKE_DLL_RULES@
37 @DEPENDENCIES@ # everything below this line is overwritten by make depend