Added YUV routines needed for v4l driver, and in the future possibly
[wine/gsoc-2012-control.git] / dlls / dmsynth / Makefile.in
blob6f2f07f84d5a4888e39797390fa320e6dabebc0d
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dmsynth.dll
6 IMPORTLIB = libdmsynth.$(IMPLIBEXT)
7 IMPORTS = winmm ole32 user32 advapi32 kernel32
8 EXTRALIBS = -ldxguid -luuid
10 C_SRCS = \
11 dmsynth_main.c \
12 regsvr.c \
13 synth.c \
14 synthsink.c
16 RC_SRCS = version.rc
18 @MAKE_DLL_RULES@
20 ### Dependencies: