From 19cb09f90032d304aab47e4bdea25aa17408f029 Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Sat, 5 Sep 2009 08:24:36 +0000 Subject: added teenagent.dat to dist files svn-id: r43955 --- Makefile.common | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3