aboutsummaryrefslogtreecommitdiff
path: root/common/module.mk
diff options
context:
space:
mode:
authorMax Horn2003-09-18 02:07:18 +0000
committerMax Horn2003-09-18 02:07:18 +0000
commitbe9d4066e147e1f7eebd5b554f11b876f93f3ae9 (patch)
tree98416196bcb39d49d4effb582a6e0bba165249b1 /common/module.mk
parentec0d41137ca8bf414f674afd6f6103ad6e9bf0ac (diff)
downloadscummvm-rg350-be9d4066e147e1f7eebd5b554f11b876f93f3ae9.tar.gz
scummvm-rg350-be9d4066e147e1f7eebd5b554f11b876f93f3ae9.tar.bz2
scummvm-rg350-be9d4066e147e1f7eebd5b554f11b876f93f3ae9.zip
moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>)
svn-id: r10287
Diffstat (limited to 'common/module.mk')
-rw-r--r--common/module.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/module.mk b/common/module.mk
index b38c3e2ba7..059abd5dbe 100644
--- a/common/module.mk
+++ b/common/module.mk
@@ -2,7 +2,6 @@ MODULE := common
MODULE_OBJS := \
common/config-file.o \
- common/engine.o \
common/file.o \
common/scaler.o \
common/str.o \