diff options
author | Max Horn | 2003-09-08 17:48:34 +0000 |
---|---|---|
committer | Max Horn | 2003-09-08 17:48:34 +0000 |
commit | 155bac05dad6a37b61c5584ce78d94114c40d42a (patch) | |
tree | 7dbd5085d71cf0d03e70f610c5ac5753d3bee547 | |
parent | c775614e1b6ecec6ae910c18775f0755e72ea50e (diff) | |
download | scummvm-rg350-155bac05dad6a37b61c5584ce78d94114c40d42a.tar.gz scummvm-rg350-155bac05dad6a37b61c5584ce78d94114c40d42a.tar.bz2 scummvm-rg350-155bac05dad6a37b61c5584ce78d94114c40d42a.zip |
more logical link order
svn-id: r10106
-rw-r--r-- | Makefile.common | 6 |
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 ###################################################################### |