Commit ff4f1278 authored by Robert Lunnon's avatar Robert Lunnon Committed by Alexandre Julliard

Added libuuid to wineaudioio makefile.

parent b351e888
......@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wineaudioio.drv
IMPORTS = winmm user32 kernel32 ntdll
EXTRALIBS = @AUDIOIOLIBS@
EXTRALIBS = $(LIBUUID) @AUDIOIOLIBS@
LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o
......
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