Commit 0adb3c23 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Use a uniform naming scheme for driver modules.

parent ce5ed79e
...@@ -191,7 +191,7 @@ LIBOBJS = \ ...@@ -191,7 +191,7 @@ LIBOBJS = \
dlls/winmm/mciwave/mciwave.drv.o \ dlls/winmm/mciwave/mciwave.drv.o \
dlls/winmm/midimap/midimap.drv.o \ dlls/winmm/midimap/midimap.drv.o \
dlls/winmm/wavemap/msacm.drv.o \ dlls/winmm/wavemap/msacm.drv.o \
dlls/winmm/wineoss/wineoss.o \ dlls/winmm/wineoss/wineoss.drv.o \
dlls/winspool/winspool.o \ dlls/winspool/winspool.o \
dlls/wnaspi32/wnaspi32.o \ dlls/wnaspi32/wnaspi32.o \
files/files.o \ files/files.o \
......
...@@ -3,7 +3,7 @@ TOPSRCDIR = @top_srcdir@ ...@@ -3,7 +3,7 @@ TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../.. TOPOBJDIR = ../../..
SRCDIR = @srcdir@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = wineoss MODULE = wineoss.drv
SPEC_SRCS = \ SPEC_SRCS = \
wineoss.spec wineoss.spec
......
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