aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLudvig Strigeus2001-12-28 12:14:53 +0000
committerLudvig Strigeus2001-12-28 12:14:53 +0000
commite756d78082898383465975ca9a6ad79912d11669 (patch)
tree0986874103e739fe020fea67831810b9b50e7ba8 /Makefile
parentcbf624f2f4e55af8745e346bbd278c7d4d990c67 (diff)
downloadscummvm-rg350-e756d78082898383465975ca9a6ad79912d11669.tar.gz
scummvm-rg350-e756d78082898383465975ca9a6ad79912d11669.tar.bz2
scummvm-rg350-e756d78082898383465975ca9a6ad79912d11669.zip
updated for akos.cpp
svn-id: r3534
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8f68dc2ce..1466a186e0 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,8 @@ INCS = scumm.h scummsys.h stdafx.h
OBJS = actor.o boxes.o costume.o gfx.o object.o resource.o \
saveload.o script.o scummvm.o sound.o string.o \
sys.o verbs.o sdl.o script_v1.o script_v2.o debug.o gui.o \
- sound/imuse.o sound/fmopl.o sound/adlib.o sound/gmidi.o debugrl.o
+ sound/imuse.o sound/fmopl.o sound/adlib.o sound/gmidi.o debugrl.o \
+ akos.o
DISTFILES=$(OBJS:.o=.cpp) Makefile scumm.h scummsys.h stdafx.h stdafx.cpp \
windows.cpp debugrl.h whatsnew.txt readme.txt copying.txt \