Add trailing '\n's to ok() calls.
[wine] / dlls / quartz / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = quartz.dll
6 IMPORTS   = ole32 oleaut32 advapi32 kernel32 user32
7 EXTRALIBS = $(LIBUUID) $(LIBUNICODE)
8
9 C_SRCS = \
10         avisplit.c \
11         control.c \
12         enummedia.c \
13         enummoniker.c \
14         enumpins.c \
15         filesource.c \
16         filtergraph.c \
17         filtermapper.c \
18         main.c \
19         memallocator.c \
20         pin.c \
21         regsvr.c
22
23 RC_SRCS = version.rc
24
25 @MAKE_DLL_RULES@
26
27 ### Dependencies: