aboutsummaryrefslogtreecommitdiff
path: root/common/module.mk
diff options
context:
space:
mode:
authorEugene Sandulenko2007-12-28 07:52:56 +0000
committerEugene Sandulenko2007-12-28 07:52:56 +0000
commitac54f3a26f5ebe1b1f7af03ebe1b6872ebe64703 (patch)
treef47426fee7827977824b526fd911225228840e42 /common/module.mk
parentae06d5337e80503d25c58cd9475bd8a45a87f48d (diff)
downloadscummvm-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/module.mk')
-rw-r--r--common/module.mk3
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