Use a uniform naming scheme for driver modules.

oldstable
Eric Pouech 2000-01-04 00:27:39 +00:00 committed by Alexandre Julliard
parent ce5ed79e77
commit 0adb3c23ad
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ LIBOBJS = \
dlls/winmm/mciwave/mciwave.drv.o \
dlls/winmm/midimap/midimap.drv.o \
dlls/winmm/wavemap/msacm.drv.o \
dlls/winmm/wineoss/wineoss.o \
dlls/winmm/wineoss/wineoss.drv.o \
dlls/winspool/winspool.o \
dlls/wnaspi32/wnaspi32.o \
files/files.o \

View File

@ -3,7 +3,7 @@ TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wineoss
MODULE = wineoss.drv
SPEC_SRCS = \
wineoss.spec