aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorThierry Crozat2017-02-12 20:25:01 +0000
committerThierry Crozat2017-02-12 20:25:01 +0000
commit104b3f39d38ab98b750e35311cea81d1b2b1a93a (patch)
treedb3c975b914a66c054d28c7d9922191c7332e589 /Makefile.common
parentcd58664b9e91943d7659ad7162874ec376c85299 (diff)
downloadscummvm-rg350-104b3f39d38ab98b750e35311cea81d1b2b1a93a.tar.gz
scummvm-rg350-104b3f39d38ab98b750e35311cea81d1b2b1a93a.tar.bz2
scummvm-rg350-104b3f39d38ab98b750e35311cea81d1b2b1a93a.zip
CRYO: Fix adding cryo.dat to DIST_FILES_ENGINEDATA
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index b5e20f5329..a01636ec3f 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -260,7 +260,7 @@ DIST_FILES_ENGINEDATA=
ifdef ENABLE_ACCESS
DIST_FILES_ENGINEDATA+=access.dat
endif
-#ifdef ENABLE_CRYO
+ifdef ENABLE_CRYO
DIST_FILES_ENGINEDATA+=cryo.dat
endif
ifdef ENABLE_DRASCULA