aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/module.mk
diff options
context:
space:
mode:
authoruruk2013-09-15 13:03:21 +0200
committeruruk2013-09-15 13:03:21 +0200
commit7ee6e8699f97e691ea89266781f1c77437764658 (patch)
treecf0054e6e3eb9b438a7894d65a08420547ec6a60 /engines/avalanche/module.mk
parent4979cc5f69739f7d493076ebbedcc7a0eb77ef35 (diff)
downloadscummvm-rg350-7ee6e8699f97e691ea89266781f1c77437764658.tar.gz
scummvm-rg350-7ee6e8699f97e691ea89266781f1c77437764658.tar.bz2
scummvm-rg350-7ee6e8699f97e691ea89266781f1c77437764658.zip
AVALANCHE: Remove the '2' from the source files' names.
Diffstat (limited to 'engines/avalanche/module.mk')
-rw-r--r--engines/avalanche/module.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/engines/avalanche/module.mk b/engines/avalanche/module.mk
index 6881a3e216..aabf34c4af 100644
--- a/engines/avalanche/module.mk
+++ b/engines/avalanche/module.mk
@@ -7,18 +7,18 @@ MODULE_OBJS = \
avalot.o \
console.o \
detection.o \
- gyro2.o \
- pingo2.o \
- scrolls2.o \
- lucerna2.o \
- enid2.o \
- celer2.o \
- sequence2.o \
+ gyro.o \
+ pingo.o \
+ scrolls.o \
+ lucerna.o \
+ enid.o \
+ celer.o \
+ sequence.o \
timer.o \
animation.o \
- acci2.o \
- dropdown2.o \
- closing2.o
+ acci.o \
+ dropdown.o \
+ closing.o
# This module can be built as a plugin
ifeq ($(ENABLE_AVALANCHE), DYNAMIC_PLUGIN)