diff options
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index c3267c2122..b6428f86de 100644 --- a/Makefile.common +++ b/Makefile.common @@ -22,12 +22,12 @@ MODULES := test tools base $(MODULES) # After the game specific modules follow the shared modules MODULES += \ + engines \ gui \ graphics \ sound \ backends \ common \ - engines \ ifdef USE_MT32EMU MODULES += sound/softsynth/mt32 |