diff options
author | Alejandro Marzini | 2010-06-22 21:26:01 +0000 |
---|---|---|
committer | Alejandro Marzini | 2010-06-22 21:26:01 +0000 |
commit | e7f00dfe13fb21345484eabd39756f5fc7cb3d79 (patch) | |
tree | 46b082678fe28b3f73dcc0c8b847d40529b5cab4 | |
parent | 9d41a45976767a6337d756e547fd9b7c2d6ef4aa (diff) | |
download | scummvm-rg350-e7f00dfe13fb21345484eabd39756f5fc7cb3d79.tar.gz scummvm-rg350-e7f00dfe13fb21345484eabd39756f5fc7cb3d79.tar.bz2 scummvm-rg350-e7f00dfe13fb21345484eabd39756f5fc7cb3d79.zip |
Fixed build order, sound/ needs to come after backends/.
svn-id: r50171
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 419090a705..20be8e1bf6 100644 --- a/Makefile.common +++ b/Makefile.common @@ -23,8 +23,8 @@ MODULES := test tools base $(MODULES) # After the game specific modules follow the shared modules MODULES += \ gui \ - sound \ backends \ + sound \ engines \ graphics \ common \ |