aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2003-09-08 17:48:34 +0000
committerMax Horn2003-09-08 17:48:34 +0000
commit155bac05dad6a37b61c5584ce78d94114c40d42a (patch)
tree7dbd5085d71cf0d03e70f610c5ac5753d3bee547
parentc775614e1b6ecec6ae910c18775f0755e72ea50e (diff)
downloadscummvm-rg350-155bac05dad6a37b61c5584ce78d94114c40d42a.tar.gz
scummvm-rg350-155bac05dad6a37b61c5584ce78d94114c40d42a.tar.bz2
scummvm-rg350-155bac05dad6a37b61c5584ce78d94114c40d42a.zip
more logical link order
svn-id: r10106
-rw-r--r--Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index f6d9b774ae..710ce6ba78 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -72,13 +72,13 @@ endif
# After the game specific modules follow the shared modules
MODULES += \
gui \
- backends \
sound \
- common \
+ backends \
backends/fs/posix \
backends/fs/morphos \
backends/fs/windows \
- backends/midi
+ backends/midi \
+ common
######################################################################