aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorThierry Crozat2017-07-02 22:08:26 +0100
committerThierry Crozat2017-07-02 22:08:26 +0100
commitab8b5273efbcccd66ebefd310bad0dcd5f826154 (patch)
treeebbd8e3948f00d51e48ef79ba9bab5789bdb326f /Makefile.common
parent54c8a7fc3213b0d44ac0b53b7e03cd224a6403fb (diff)
downloadscummvm-rg350-ab8b5273efbcccd66ebefd310bad0dcd5f826154.tar.gz
scummvm-rg350-ab8b5273efbcccd66ebefd310bad0dcd5f826154.tar.bz2
scummvm-rg350-ab8b5273efbcccd66ebefd310bad0dcd5f826154.zip
BUILD: Add titanic.dat files to the list of engines data files
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 dc1e0ad7bd..10ba53820d 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -290,6 +290,9 @@ endif
ifdef ENABLE_TEENAGENT
DIST_FILES_ENGINEDATA+=teenagent.dat
endif
+ifdef ENABLE_TITANIC
+DIST_FILES_ENGINEDATA+=titanic.dat
+endif
ifdef ENABLE_TONY
DIST_FILES_ENGINEDATA+=tony.dat
endif