mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 15:48:48 +00:00
85ff022aa4
svn-id: r5685
11 lines
154 B
Makefile
11 lines
154 B
Makefile
MODULE := sound
|
|
|
|
MODULE_OBJS = \
|
|
sound/fmopl.o \
|
|
sound/mididrv.o \
|
|
sound/midistreamer.o \
|
|
sound/mixer.o
|
|
|
|
# Include common rules
|
|
include common.rules
|