aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorEugene Sandulenko2010-08-17 09:28:20 +0000
committerEugene Sandulenko2010-08-17 09:28:20 +0000
commit06960d33e15bc80f9912fa92f11dd82388199bd6 (patch)
treeda4750e75d343227f9e522bbc1c5d983de831e85 /Makefile.common
parente075f0539568c5d14a61889a0233558376cdb5ce (diff)
downloadscummvm-rg350-06960d33e15bc80f9912fa92f11dd82388199bd6.tar.gz
scummvm-rg350-06960d33e15bc80f9912fa92f11dd82388199bd6.tar.bz2
scummvm-rg350-06960d33e15bc80f9912fa92f11dd82388199bd6.zip
HUGO: Adding engine to the main tree
svn-id: r52137
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 4a11fafa0f..48acc8e65e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -233,6 +233,9 @@ DIST_FILES_ENGINEDATA=
ifdef ENABLE_DRASCULA
DIST_FILES_ENGINEDATA+=drascula.dat
endif
+ifdef ENABLE_HUGO
+DIST_FILES_ENGINEDATA+=hugo.dat
+endif
ifdef ENABLE_KYRA
DIST_FILES_ENGINEDATA+=kyra.dat
endif