ole32/tests: Relax the reference counting tests a bit. We only care whether reference...
[wine/hramrach.git] / dlls / rpcrt4 / tests / Makefile.in
bloba2609dd9ae80c5b5d9582db6de9885d2b1450991
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 TESTDLL = rpcrt4.dll
6 IMPORTS = ole32 rpcrt4 advapi32
7 EXTRAIDLFLAGS = --prefix-server=s_
9 IDL_C_SRCS = server.idl
10 IDL_S_SRCS = server.idl
12 C_SRCS = \
13 cstub.c \
14 generated.c \
15 ndr_marshall.c \
16 rpc.c \
17 rpc_async.c \
18 rpc_protseq.c \
19 server.c
21 @MAKE_TEST_RULES@