diff options
-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 ###################################################################### |