Commit e43e3944 authored by Alexandre Julliard's avatar Alexandre Julliard

All sound drivers need -ldxguid.

parent ce7c3b50
...@@ -5,7 +5,7 @@ VPATH = @srcdir@ ...@@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE = winearts.drv MODULE = winearts.drv
IMPORTS = winmm user32 kernel32 IMPORTS = winmm user32 kernel32
EXTRAINCL = @ARTSINCL@ EXTRAINCL = @ARTSINCL@
EXTRALIBS = @ARTSLIBS@ -luuid EXTRALIBS = @ARTSLIBS@ -ldxguid -luuid
C_SRCS = \ C_SRCS = \
arts.c \ arts.c \
......
...@@ -4,7 +4,7 @@ SRCDIR = @srcdir@ ...@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = wineaudioio.drv MODULE = wineaudioio.drv
IMPORTS = winmm user32 kernel32 ntdll IMPORTS = winmm user32 kernel32 ntdll
EXTRALIBS = -luuid @AUDIOIOLIBS@ EXTRALIBS = -ldxguid -luuid @AUDIOIOLIBS@
C_SRCS = \ C_SRCS = \
audio.c \ audio.c \
......
...@@ -4,7 +4,7 @@ SRCDIR = @srcdir@ ...@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = winejack.drv MODULE = winejack.drv
IMPORTS = winmm user32 kernel32 IMPORTS = winmm user32 kernel32
EXTRALIBS = -luuid EXTRALIBS = -ldxguid -luuid
C_SRCS = \ C_SRCS = \
audio.c \ audio.c \
......
...@@ -5,7 +5,7 @@ VPATH = @srcdir@ ...@@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE = winenas.drv MODULE = winenas.drv
IMPORTS = winmm user32 kernel32 IMPORTS = winmm user32 kernel32
EXTRAINCL = @X_CFLAGS@ EXTRAINCL = @X_CFLAGS@
EXTRALIBS = -luuid @NASLIBS@ EXTRALIBS = -ldxguid -luuid @NASLIBS@
C_SRCS = \ C_SRCS = \
audio.c \ audio.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment