aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/module.mk
diff options
context:
space:
mode:
authorWalter van Niftrik2009-05-03 21:11:09 +0000
committerWalter van Niftrik2009-05-03 21:11:09 +0000
commitc7a5a17acfa1353c221be8c09576503b395c29ef (patch)
tree030348142c26e6c2bf1cc7864a60aa77b331088d /engines/sci/module.mk
parent5e955ea04594810e0d46b05937412e52e5212a6a (diff)
downloadscummvm-rg350-c7a5a17acfa1353c221be8c09576503b395c29ef.tar.gz
scummvm-rg350-c7a5a17acfa1353c221be8c09576503b395c29ef.tar.bz2
scummvm-rg350-c7a5a17acfa1353c221be8c09576503b395c29ef.zip
SCI: adlib support (work-in-progress) for the new music player.
svn-id: r40287
Diffstat (limited to 'engines/sci/module.mk')
-rw-r--r--engines/sci/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/module.mk b/engines/sci/module.mk
index 0c680934f4..8fd492938d 100644
--- a/engines/sci/module.mk
+++ b/engines/sci/module.mk
@@ -71,6 +71,7 @@ MODULE_OBJS = \
sfx/seq/instrument-map.o \
sfx/seq/map-mt32-to-gm.o \
sfx/seq/sequencers.o \
+ sfx/softseq/adlib.o \
sfx/softseq/amiga.o \
sfx/softseq/pcjr.o \
sfx/softseq/opl2.o \