Make sure to return an error if the file generation fails.
[wine.git] / dlls / rpcrt4 / Makefile.in
blob8a964305dda0f73eaacf2901a7cb5cba0b06305a
1 EXTRADEFS = -D_RPCRT4_ -DCOM_NO_WINDOWS_H
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = rpcrt4.dll
7 IMPORTS = advapi32 kernel32
8 EXTRALIBS = $(LIBUUID)
10 LDDLLFLAGS = @LDDLLFLAGS@
11 SYMBOLFILE = $(MODULE).tmp.o
13 C_SRCS = \
14 cproxy.c \
15 cpsf.c \
16 cstub.c \
17 ndr_marshall.c \
18 ndr_midl.c \
19 ndr_ole.c \
20 ndr_stubless.c \
21 rpc_binding.c \
22 rpc_epmap.c \
23 rpc_message.c \
24 rpc_server.c \
25 rpcrt4_main.c \
26 rpcss_np_client.c
28 SUBDIRS = tests
30 @MAKE_DLL_RULES@
32 ### Dependencies: