Fix two more corner cases in UNIXFS_get_unix_path and UNIXFS_path_to_pidl.
[wine/multimedia.git] / dlls / msacm / Makefile.in
blob4f3905c33fa0cc6b881f72a07afe854a931002eb
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = msacm32.dll
6 IMPORTLIB = libmsacm32.$(IMPLIBEXT)
7 IMPORTS = winmm user32 advapi32 kernel32
8 EXTRALIBS = $(LIBUNICODE)
10 C_SRCS = \
11 driver.c \
12 filter.c \
13 format.c \
14 internal.c \
15 msacm32_main.c \
16 pcmconverter.c \
17 stream.c
19 C_SRCS16 = \
20 msacm_main.c
22 SPEC_SRCS16 = msacm.spec
24 RC_SRCS = msacm.rc
26 SUBDIRS = tests
28 @MAKE_DLL_RULES@
30 ### Dependencies: