ole32: Don't register interfaces that belong to actxprxy.
[wine] / dlls / rpcrt4 / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = rpcrt4.dll
6 IMPORTS   = ole32 rpcrt4 kernel32
7 EXTRAIDLFLAGS = --prefix-server=s_
8
9 IDL_C_SRCS = server.idl
10 IDL_S_SRCS = server.idl
11
12 CTESTS = \
13         cstub.c \
14         generated.c \
15         ndr_marshall.c \
16         rpc.c \
17         rpc_async.c \
18         rpc_protseq.c \
19         server.c
20
21 @MAKE_TEST_RULES@
22
23 @DEPENDENCIES@  # everything below this line is overwritten by make depend