diff options
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 9f8763903b..1e65581f35 100644 --- a/Makefile.common +++ b/Makefile.common @@ -3,7 +3,7 @@ # common rules, a list of common object files etc. # List of all sub modules -MODULES += common gui scumm simon sound +MODULES += common gui scumm simon sound scumm/smush ZIPFILE := scummvm-`date '+%Y-%m-%d'`.zip |