diff options
author | Eugene Sandulenko | 2008-06-07 19:44:00 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-06-07 19:44:00 +0000 |
commit | 7a0feca9e2cb30d410e0c86d0753caffb9db4dc8 (patch) | |
tree | 0c421164b1f4d4e067b2d6386eea3ada3aca7016 | |
parent | e14f81391c8210ea7cef8f798871ff0f57c76cbb (diff) | |
download | scummvm-rg350-7a0feca9e2cb30d410e0c86d0753caffb9db4dc8.tar.gz scummvm-rg350-7a0feca9e2cb30d410e0c86d0753caffb9db4dc8.tar.bz2 scummvm-rg350-7a0feca9e2cb30d410e0c86d0753caffb9db4dc8.zip |
Add new files to makefile.
svn-id: r32600
-rw-r--r-- | engines/drascula/module.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/drascula/module.mk b/engines/drascula/module.mk index 2f72855af1..dfe53ca824 100644 --- a/engines/drascula/module.mk +++ b/engines/drascula/module.mk @@ -1,10 +1,18 @@ MODULE := engines/drascula MODULE_OBJS = \ + actors.o \ animation.o \ + converse.o \ detection.o \ drascula.o \ + graphics.o \ + interface.o \ + objects.o \ + palette.o \ rooms.o \ + saveload.o \ + sound.o \ talk.o |