aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorVladimir Menshakov2009-09-05 08:24:36 +0000
committerVladimir Menshakov2009-09-05 08:24:36 +0000
commit19cb09f90032d304aab47e4bdea25aa17408f029 (patch)
treea5727ffe27b5ea122545a6a365d85d707e6c9cb3 /Makefile.common
parent622c4684fe9cc962f2ebb6e9c48facfda0aba35b (diff)
downloadscummvm-rg350-19cb09f90032d304aab47e4bdea25aa17408f029.tar.gz
scummvm-rg350-19cb09f90032d304aab47e4bdea25aa17408f029.tar.bz2
scummvm-rg350-19cb09f90032d304aab47e4bdea25aa17408f029.zip
added teenagent.dat to dist files
svn-id: r43955
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 81593edf9d..6c0e2101ad 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -236,6 +236,9 @@ endif
ifdef ENABLE_SKY
DIST_FILES_ENGINEDATA+=sky.cpt
endif
+ifdef ENABLE_TEENAGENT
+DIST_FILES_ENGINEDATA+=teenagent.dat
+endif
DIST_FILES_ENGINEDATA:=$(addprefix $(srcdir)/dists/engine-data/,$(DIST_FILES_ENGINEDATA))
# pred.dic is currently only used for the AGI engine