aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-03 10:41:31 +0200
committerGitHub2016-09-03 10:41:31 +0200
commit9d4d4f6803252383b4488638092f004e6cc7a214 (patch)
treeef491b2d3620b91989e5f6c43292b2b5cb87b058 /Makefile.common
parente93b52416f110e15bd67367d9cfed8fea3851a2c (diff)
parent31e1e02ad6f589d927c361026722cfaf7ac74d94 (diff)
downloadscummvm-rg350-9d4d4f6803252383b4488638092f004e6cc7a214.tar.gz
scummvm-rg350-9d4d4f6803252383b4488638092f004e6cc7a214.tar.bz2
scummvm-rg350-9d4d4f6803252383b4488638092f004e6cc7a214.zip
Merge pull request #807 from blorente/macventure-clean
MACVENTURE: Add MacVenture engine.
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 df24d397de..762b9051d0 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -285,6 +285,9 @@ endif
ifdef ENABLE_WINTERMUTE
DIST_FILES_ENGINEDATA+=wintermute.zip
endif
+ifdef ENABLE_MACVENTURE
+DIST_FILES_ENGINEDATA+=macventure.dat
+endif
DIST_FILES_ENGINEDATA:=$(addprefix $(srcdir)/dists/engine-data/,$(DIST_FILES_ENGINEDATA))
# pred.dic is currently only used for the AGI engine