aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorStrangerke2013-07-04 23:46:52 +0200
committerStrangerke2013-07-04 23:46:52 +0200
commitc10d050eeff2ca69bc6bdd9bc83a972981b77448 (patch)
tree2757460bee766482acf535308f96ea1657d0ab1c /Makefile.common
parent7c23eb7c44ee41ddb466d096c4863701004f5fae (diff)
downloadscummvm-rg350-c10d050eeff2ca69bc6bdd9bc83a972981b77448.tar.gz
scummvm-rg350-c10d050eeff2ca69bc6bdd9bc83a972981b77448.tar.bz2
scummvm-rg350-c10d050eeff2ca69bc6bdd9bc83a972981b77448.zip
MORTEVIELLE: Update misc files to include mort.dat
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 aec033f0c7..02c3408684 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -253,6 +253,9 @@ endif
ifdef ENABLE_LURE
DIST_FILES_ENGINEDATA+=lure.dat
endif
+ifdef ENABLE_MORTEVIELLE
+DIST_FILES_ENGINEDATA+=mort.dat
+endif
ifdef ENABLE_NEVERHOOD
DIST_FILES_ENGINEDATA+=neverhood.dat
endif