configure: Changes from running autconf after previous patch.
[wine/hacks.git] / dlls / rpcrt4 / Makefile.in
blob686144a3f9fada19cf2713672b16e33527060357
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 advapi32 kernel32 ntdll
9 DELAYIMPORTS = iphlpapi wininet secur32 user32
10 EXTRALIBS = @SOCKETLIBS@
12 C_SRCS = \
13 cproxy.c \
14 cpsf.c \
15 cstub.c \
16 ndr_clientserver.c \
17 ndr_contexthandle.c \
18 ndr_es.c \
19 ndr_fullpointer.c \
20 ndr_marshall.c \
21 ndr_ole.c \
22 ndr_stubless.c \
23 rpc_assoc.c \
24 rpc_async.c \
25 rpc_binding.c \
26 rpc_epmap.c \
27 rpc_message.c \
28 rpc_server.c \
29 rpc_transport.c \
30 rpcrt4_main.c
32 RC_SRCS = version.rc
34 IDL_C_SRCS = \
35 epm.idl
37 @MAKE_DLL_RULES@