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:
Diffstat (limited to 'moses')
-rw-r--r--moses/src/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/src/Jamfile b/moses/src/Jamfile
index 1a1693667..47ec39bd9 100644
--- a/moses/src/Jamfile
+++ b/moses/src/Jamfile
@@ -14,4 +14,4 @@ if [ option.get "with-synlm" : no : yes ] = yes
lib moses :
#All cpp files except those listed
[ glob *.cpp DynSAInclude/*.cpp : ThreadPool.cpp SyntacticLanguageModel.cpp ]
-synlm ThreadPool LM//LM headers ../..//z ;
+synlm ThreadPool LM//LM headers ../..//z ../../OnDiskPt/src//OnDiskPt ;