aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/Makefile
diff options
context:
space:
mode:
authorMarcus Comstedt2002-10-18 01:35:46 +0000
committerMarcus Comstedt2002-10-18 01:35:46 +0000
commitdb25d3623ed44d32670d2836c051d742520c4f99 (patch)
tree223e40174bee17faaa6a181a1590c2f9fbd4f256 /backends/dc/Makefile
parent308a52a2ae76be2bdb7ebe2fe9291acb31840cfc (diff)
downloadscummvm-rg350-db25d3623ed44d32670d2836c051d742520c4f99.tar.gz
scummvm-rg350-db25d3623ed44d32670d2836c051d742520c4f99.tar.bz2
scummvm-rg350-db25d3623ed44d32670d2836c051d742520c4f99.zip
Put time related stuff in its own file to avoid name clashes for Timer.
svn-id: r5173
Diffstat (limited to 'backends/dc/Makefile')
-rw-r--r--backends/dc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/dc/Makefile b/backends/dc/Makefile
index a53f440b42..946a1ee169 100644
--- a/backends/dc/Makefile
+++ b/backends/dc/Makefile
@@ -19,7 +19,7 @@ RM = rm -f
AR = sh-elf-ar cru
RANLIB = sh-elf-ranlib
-OBJS = dcmain.o display.o audio.o input.o selector.o icon.o \
+OBJS = dcmain.o time.o display.o audio.o input.o selector.o icon.o \
label.o vmsave.o
include ../../Makefile.common