Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/moses
diff options
context:
space:
mode:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-03-30 01:55:47 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-03-30 01:55:47 +0300
commit3541838a466c1dc1bbebd6d75d8fc07f6f55d053 (patch)
treefab883188c085b1ed63523507dc7672732273b57 /moses
parenta124a9c7f15229530287b6ded6339a22da3de634 (diff)
Included TargetPhraseCollectionCache.* in fakelib mmsapt.
Diffstat (limited to 'moses')
-rw-r--r--moses/TranslationModel/UG/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TranslationModel/UG/Jamfile b/moses/TranslationModel/UG/Jamfile
index 3ac7910b2..9bddcaa6e 100644
--- a/moses/TranslationModel/UG/Jamfile
+++ b/moses/TranslationModel/UG/Jamfile
@@ -108,4 +108,4 @@ $(TOP)/util//kenutil
;
install $(PREFIX)/bin : try-align try-align2 ;
-fakelib mmsapt : [ glob *.cpp mmsapt*.cc sapt*.cc ] ;
+fakelib mmsapt : [ glob *.cpp TargetPhrase*.cc mmsapt*.cc sapt*.cc ] ;