aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorThierry Crozat2017-02-12 20:18:49 +0000
committerThierry Crozat2017-02-12 20:18:49 +0000
commit2939e2093505458ce153ea72d8656b30a20abb11 (patch)
treedc7142257903afe338b4f16f6924e7916a26daaa /Makefile.common
parentc33962f69d6e112cde337c85a2b947f86d3fbd1d (diff)
downloadscummvm-rg350-2939e2093505458ce153ea72d8656b30a20abb11.tar.gz
scummvm-rg350-2939e2093505458ce153ea72d8656b30a20abb11.tar.bz2
scummvm-rg350-2939e2093505458ce153ea72d8656b30a20abb11.zip
CRYO: Add cryo.dat to DIST_FILES_ENGINEDATA
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 4d31ab90e8..b5e20f5329 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -260,6 +260,9 @@ DIST_FILES_ENGINEDATA=
ifdef ENABLE_ACCESS
DIST_FILES_ENGINEDATA+=access.dat
endif
+#ifdef ENABLE_CRYO
+DIST_FILES_ENGINEDATA+=cryo.dat
+endif
ifdef ENABLE_DRASCULA
DIST_FILES_ENGINEDATA+=drascula.dat
endif