aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2002-12-20 20:25:54 +0000
committerMax Horn2002-12-20 20:25:54 +0000
commitfd7cc14ab235ea5a85ffd26cc1943c4b0fb3d5d5 (patch)
tree77ba1aa7cf903da715aa7916ecec09b8f99c8257
parent4e373ef467187a66edccc05daadeb0e83a09f0e7 (diff)
downloadscummvm-rg350-fd7cc14ab235ea5a85ffd26cc1943c4b0fb3d5d5.tar.gz
scummvm-rg350-fd7cc14ab235ea5a85ffd26cc1943c4b0fb3d5d5.tar.bz2
scummvm-rg350-fd7cc14ab235ea5a85ffd26cc1943c4b0fb3d5d5.zip
fixed dependency detection for midi backends
svn-id: r6030
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 9391d445fa..b2a72486a1 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -24,7 +24,7 @@ DEPDIR := .deps
# DEPDIRS directive works correctly.
MODULES += \
scumm common simon gui backends sound \
- scumm/smush backends/fs/posix backends/fs/morphos backends/fs/windows
+ scumm/smush backends/fs/posix backends/fs/morphos backends/fs/windows backends/midi
# Include the build instructions for all modules
-include $(patsubst %,%/module.mk,$(MODULES))