diff options
| author | Torbjörn Andersson | 2006-03-12 18:46:33 +0000 | 
|---|---|---|
| committer | Torbjörn Andersson | 2006-03-12 18:46:33 +0000 | 
| commit | 165265166b958840c20d7139fe8c7f3272b6d3ce (patch) | |
| tree | 7749a431ff6c8b11e098d03dccd08789101f367b | |
| parent | 4d5a3e4c45b19a96e55ff8a3c67ff7ab9734fd3b (diff) | |
| download | scummvm-rg350-165265166b958840c20d7139fe8c7f3272b6d3ce.tar.gz scummvm-rg350-165265166b958840c20d7139fe8c7f3272b6d3ce.tar.bz2 scummvm-rg350-165265166b958840c20d7139fe8c7f3272b6d3ce.zip | |
Updated for Jamieson630's latest iMUSE changes.
svn-id: r21242
| -rw-r--r-- | engines/scumm/module.mk | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/engines/scumm/module.mk b/engines/scumm/module.mk index 8cdc8b6937..8e65e36b84 100644 --- a/engines/scumm/module.mk +++ b/engines/scumm/module.mk @@ -21,6 +21,8 @@ MODULE_OBJS := \  	imuse/imuse_part.o \  	imuse/imuse_player.o \  	imuse/instrument.o \ +	imuse/sysex_samnmax.o \ +	imuse/sysex_scumm.o \  	input.o \  	midiparser_eup.o \  	midiparser_ro.o \ | 
