From 900ef91aca039dc23e4cf300070f7fa5f6f3a335 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 20 Feb 2018 18:50:17 -0500 Subject: XEEN: Creation of create_xeen tool --- Makefile.common | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 161f50f059..b296446857 100644 --- a/Makefile.common +++ b/Makefile.common @@ -308,6 +308,9 @@ endif ifdef ENABLE_MACVENTURE DIST_FILES_ENGINEDATA+=macventure.dat endif +ifdef ENABLE_XEEN +DIST_FILES_ENGINEDATA+=xeen.ccs +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