diff options
author | Eugene Sandulenko | 2007-12-28 07:52:56 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-12-28 07:52:56 +0000 |
commit | ac54f3a26f5ebe1b1f7af03ebe1b6872ebe64703 (patch) | |
tree | f47426fee7827977824b526fd911225228840e42 /common | |
parent | ae06d5337e80503d25c58cd9475bd8a45a87f48d (diff) | |
download | scummvm-rg350-ac54f3a26f5ebe1b1f7af03ebe1b6872ebe64703.tar.gz scummvm-rg350-ac54f3a26f5ebe1b1f7af03ebe1b6872ebe64703.tar.bz2 scummvm-rg350-ac54f3a26f5ebe1b1f7af03ebe1b6872ebe64703.zip |
Patch #1858158: BUILD: Plugin building cleanup
svn-id: r30041
Diffstat (limited to 'common')
-rw-r--r-- | common/module.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/module.mk b/common/module.mk index e388eace74..237753458a 100644 --- a/common/module.mk +++ b/common/module.mk @@ -13,7 +13,8 @@ MODULE_OBJS := \ stream.o \ util.o \ system.o \ - unzip.o + unzip.o \ + zlib.o # Include common rules include $(srcdir)/rules.mk |