aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorAndre Heider2009-06-18 19:39:12 +0000
committerAndre Heider2009-06-18 19:39:12 +0000
commit1772f7d56415546dab2e92684a72f941a0f9a5d3 (patch)
tree238bccf962989b78d183348a92ff2eff63407de4 /Makefile.common
parent224e9840e18e3260ccbeb73496d2fb7b7e69e703 (diff)
downloadscummvm-rg350-1772f7d56415546dab2e92684a72f941a0f9a5d3.tar.gz
scummvm-rg350-1772f7d56415546dab2e92684a72f941a0f9a5d3.tar.bz2
scummvm-rg350-1772f7d56415546dab2e92684a72f941a0f9a5d3.zip
added pred.dic to DIST_FILES_ENGINEDATA
svn-id: r41644
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 777b7b0b57..51261d65d9 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -238,6 +238,11 @@ DIST_FILES_ENGINEDATA+=sky.cpt
endif
DIST_FILES_ENGINEDATA:=$(addprefix $(srcdir)/dists/engine-data/,$(DIST_FILES_ENGINEDATA))
+# pred.dic is currently only used for the AGI engine
+ifdef ENABLE_AGI
+DIST_FILES_ENGINEDATA+=$(srcdir)/dists/pred.dic
+endif
+
# Plugin files
DIST_FILES_PLUGINS:=$(addprefix $(srcdir)/,$(PLUGINS))