aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorMax Horn2010-03-30 00:59:08 +0000
committerMax Horn2010-03-30 00:59:08 +0000
commit3da0c234ea337d27b0907328828725ee87b1237e (patch)
tree96c6d45c8cdad1de2c3f53dbb9e56470ff77dbd2 /Makefile.common
parentdb3f6be7774038d54f33d19acae96af283e6ced6 (diff)
downloadscummvm-rg350-3da0c234ea337d27b0907328828725ee87b1237e.tar.gz
scummvm-rg350-3da0c234ea337d27b0907328828725ee87b1237e.tar.bz2
scummvm-rg350-3da0c234ea337d27b0907328828725ee87b1237e.zip
Patch from bug #2976619 (BUILD: Link error when building without engines)
Changes the order of the "engines" module to be after "backends". svn-id: r48420
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index acfc3d935d..83c6da217a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -22,11 +22,11 @@ MODULES := test tools base $(MODULES)
# After the game specific modules follow the shared modules
MODULES += \
- engines \
gui \
- graphics \
sound \
backends \
+ engines \
+ graphics \
common \
ifdef USE_MT32EMU