aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2008-08-31 23:11:55 +0000
committerJohannes Schickel2008-08-31 23:11:55 +0000
commitdb4599393fd033e783392fcd484dd040d8ff67ef (patch)
tree41b733edfcedeab4a088fd321ea311c446c78b85
parenta11e2902bc8740cd82b1d687f5854503a5a48005 (diff)
downloadscummvm-rg350-db4599393fd033e783392fcd484dd040d8ff67ef.tar.gz
scummvm-rg350-db4599393fd033e783392fcd484dd040d8ff67ef.tar.bz2
scummvm-rg350-db4599393fd033e783392fcd484dd040d8ff67ef.zip
Added newly added archive.cpp to the build system, just in case someone wants to play with the code and wonders about errors while linking.
svn-id: r34234
-rw-r--r--common/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/module.mk b/common/module.mk
index c3f2a38c3f..599ffcf8a6 100644
--- a/common/module.mk
+++ b/common/module.mk
@@ -2,6 +2,7 @@ MODULE := common
MODULE_OBJS := \
advancedDetector.o \
+ archive.o \
config-file.o \
config-manager.o \
file.o \