wine/dlls/wineoss.drv/Makefile.in
Naveen Narayanan 557c4334a5 wineoss: Fix the -lossaudio check.
Only check for libossaudio if compiling wineoss.drv and the headers
are recent enough. Also only wineoss.drv needs to be linked with
libossaudio so put the link options in OSS4_LIBS.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-08-29 20:08:14 +02:00

12 lines
196 B
Makefile

MODULE = wineoss.drv
IMPORTS = uuid ole32 user32 advapi32
DELAYIMPORTS = winmm
EXTRALIBS = $(OSS4_LIBS)
EXTRAINCL = $(OSS4_CFLAGS)
C_SRCS = \
midi.c \
midipatch.c \
mmaux.c \
mmdevdrv.c