diff options
author | Thierry Crozat | 2017-02-12 20:18:49 +0000 |
---|---|---|
committer | Thierry Crozat | 2017-02-12 20:18:49 +0000 |
commit | 2939e2093505458ce153ea72d8656b30a20abb11 (patch) | |
tree | dc7142257903afe338b4f16f6924e7916a26daaa | |
parent | c33962f69d6e112cde337c85a2b947f86d3fbd1d (diff) | |
download | scummvm-rg350-2939e2093505458ce153ea72d8656b30a20abb11.tar.gz scummvm-rg350-2939e2093505458ce153ea72d8656b30a20abb11.tar.bz2 scummvm-rg350-2939e2093505458ce153ea72d8656b30a20abb11.zip |
CRYO: Add cryo.dat to DIST_FILES_ENGINEDATA
-rw-r--r-- | Makefile.common | 3 |
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 |