diff options
author | Sven Hesse | 2009-04-29 16:43:07 +0000 |
---|---|---|
committer | Sven Hesse | 2009-04-29 16:43:07 +0000 |
commit | 4688811024992e6370a1e4995301329b33da08ad (patch) | |
tree | 37f44f65559efcaf43499e40fca631a17268f4a7 /engines | |
parent | a61089a7305db4b7d48fa6f40fbe84e19383baa8 (diff) | |
download | scummvm-rg350-4688811024992e6370a1e4995301329b33da08ad.tar.gz scummvm-rg350-4688811024992e6370a1e4995301329b33da08ad.tar.bz2 scummvm-rg350-4688811024992e6370a1e4995301329b33da08ad.zip |
Fix build
svn-id: r40209
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/module.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/module.mk b/engines/gob/module.mk index ca54248a66..e4f639a9d6 100644 --- a/engines/gob/module.mk +++ b/engines/gob/module.mk @@ -13,6 +13,7 @@ MODULE_OBJS := \ game_v1.o \ game_v2.o \ game_v6.o \ + game_fascin.o \ global.o \ gob.o \ goblin.o \ |