Added Ukrainian translations.
[wine] / dlls / msacm / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = msacm32.dll
6 IMPORTS   = winmm user32 advapi32 kernel32
7 ALTNAMES  = msacm.dll
8
9 SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
10
11 C_SRCS = \
12         driver.c \
13         filter.c \
14         format.c \
15         internal.c \
16         msacm32_main.c \
17         pcmconverter.c \
18         stream.c
19
20 C_SRCS16 = \
21         msacm_main.c
22
23 RC_SRCS = msacm.rc
24
25 @MAKE_DLL_RULES@
26
27 ### Dependencies: