Commit e43e3944 authored by Alexandre Julliard's avatar Alexandre Julliard

All sound drivers need -ldxguid.

parent ce7c3b50
......@@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE = winearts.drv
IMPORTS = winmm user32 kernel32
EXTRAINCL = @ARTSINCL@
EXTRALIBS = @ARTSLIBS@ -luuid
EXTRALIBS = @ARTSLIBS@ -ldxguid -luuid
C_SRCS = \
arts.c \
......
......@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wineaudioio.drv
IMPORTS = winmm user32 kernel32 ntdll
EXTRALIBS = -luuid @AUDIOIOLIBS@
EXTRALIBS = -ldxguid -luuid @AUDIOIOLIBS@
C_SRCS = \
audio.c \
......
......@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = winejack.drv
IMPORTS = winmm user32 kernel32
EXTRALIBS = -luuid
EXTRALIBS = -ldxguid -luuid
C_SRCS = \
audio.c \
......
......@@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE = winenas.drv
IMPORTS = winmm user32 kernel32
EXTRAINCL = @X_CFLAGS@
EXTRALIBS = -luuid @NASLIBS@
EXTRALIBS = -ldxguid -luuid @NASLIBS@
C_SRCS = \
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