aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruruk2013-07-04 11:23:20 +0200
committeruruk2013-07-04 11:23:20 +0200
commitd66e89c888b53b8d4424480825db82e855bd93de (patch)
tree5b85afc48894390568668e12eb5ac6ad147a038e
parent490e66e239bc4128250ad089611bb213ad87ccf2 (diff)
downloadscummvm-rg350-d66e89c888b53b8d4424480825db82e855bd93de.tar.gz
scummvm-rg350-d66e89c888b53b8d4424480825db82e855bd93de.tar.bz2
scummvm-rg350-d66e89c888b53b8d4424480825db82e855bd93de.zip
AVALANCHE: Update module.mk.
-rw-r--r--engines/avalanche/module.mk17
1 files changed, 16 insertions, 1 deletions
diff --git a/engines/avalanche/module.mk b/engines/avalanche/module.mk
index 5f65d010ed..ff5bc61e96 100644
--- a/engines/avalanche/module.mk
+++ b/engines/avalanche/module.mk
@@ -5,7 +5,22 @@ MODULE_OBJS = \
avalot.o \
console.o \
detection.o \
- gyro2.o
+ gyro2.o \
+ enhanced2.o \
+ logger2.o \
+ pingo2.o \
+ scrolls2.o \
+ visa2.o \
+ lucerna2.o \
+ enid2.o \
+ celer2.o \
+ sequence2.o \
+ timeout2.o \
+ trip6.o \
+ acci2.o \
+ basher2.o \
+ dropdown2.o \
+ closing2.o
# This module can be built as a plugin
ifeq ($(ENABLE_AVALANCHE), DYNAMIC_PLUGIN)