aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorTravis Howell2010-10-10 11:40:16 +0000
committerTravis Howell2010-10-10 11:40:16 +0000
commite5d17fedf79770c8ab6cb866fa4d2ee050576b8f (patch)
tree1391269f71c42b9b40e95a35b60f74659e53cdb5 /Makefile.common
parentaf6ffafe5fd6549b5dfce516a6c255cba515f54a (diff)
downloadscummvm-rg350-e5d17fedf79770c8ab6cb866fa4d2ee050576b8f.tar.gz
scummvm-rg350-e5d17fedf79770c8ab6cb866fa4d2ee050576b8f.tar.bz2
scummvm-rg350-e5d17fedf79770c8ab6cb866fa4d2ee050576b8f.zip
BUILD: Add toons.dat to engine dist files.
svn-id: r53115
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 8a0673a261..15684ddc80 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -258,6 +258,9 @@ endif
ifdef ENABLE_TEENAGENT
DIST_FILES_ENGINEDATA+=teenagent.dat
endif
+ifdef ENABLE_TOON
+DIST_FILES_ENGINEDATA+=toon.dat
+endif
DIST_FILES_ENGINEDATA:=$(addprefix $(srcdir)/dists/engine-data/,$(DIST_FILES_ENGINEDATA))
# pred.dic is currently only used for the AGI engine