aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorJohannes Schickel2013-05-20 11:49:23 +0200
committerJohannes Schickel2013-05-20 11:50:58 +0200
commitd19e64704798b5a05961657731525359b0e1158b (patch)
tree42fc5c84972985252229513441bc5f608085c730 /Makefile.common
parente4d5b37a3e42b4b6237d73f2da99844b86bbf413 (diff)
downloadscummvm-rg350-d19e64704798b5a05961657731525359b0e1158b.tar.gz
scummvm-rg350-d19e64704798b5a05961657731525359b0e1158b.tar.bz2
scummvm-rg350-d19e64704798b5a05961657731525359b0e1158b.zip
NEVERHOOD: Add neverhood.dat to dist 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 4350e16adc..6b23bd5b1c 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -253,6 +253,9 @@ endif
ifdef ENABLE_LURE
DIST_FILES_ENGINEDATA+=lure.dat
endif
+ifdef ENABLE_NEVERHOOD
+DIST_FILES_ENGINEDATA+=neverhood.dat
+endif
ifdef ENABLE_QUEEN
DIST_FILES_ENGINEDATA+=queen.tbl
endif