diff options
-rw-r--r-- | Makefile.common | 4 |
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 |