projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add missing '\n's to ok() calls.
[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
EXTRALIBS = -luuid
8
EXTRADEFS = -DWINE_NO_LONG_AS_INT
9
10
CTESTS = \
11
cstub.c \
12
generated.c \
13
ndr_marshall.c \
14
rpc.c
15
16
@MAKE_TEST_RULES@
17
18
@DEPENDENCIES@ # everything below this line is overwritten by make depend