diff options
author | Max Horn | 2002-08-25 11:07:34 +0000 |
---|---|---|
committer | Max Horn | 2002-08-25 11:07:34 +0000 |
commit | 2355db8017f30a13312aa531fd6e431784514e96 (patch) | |
tree | 4cea046cace5932bedb634403c5870399877b741 | |
parent | ec47d8c80c668160e0ee84419314966f763802b9 (diff) | |
download | scummvm-rg350-2355db8017f30a13312aa531fd6e431784514e96.tar.gz scummvm-rg350-2355db8017f30a13312aa531fd6e431784514e96.tar.bz2 scummvm-rg350-2355db8017f30a13312aa531fd6e431784514e96.zip |
fixed dependency checking to consider smush code, too
svn-id: r4843
-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 |