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:
authorKenneth Heafield <kenlm@kheafield.com>2011-11-25 17:33:16 +0400
committerKenneth Heafield <kenlm@kheafield.com>2011-11-25 17:33:16 +0400
commit056b42f171a79cfa0446b7e43eb52c77815af4d1 (patch)
tree7d93df6c23eb22804ed6ed450e16e2680147d48e /moses
parentde3d8f72b7766189155394f92d2221795490102c (diff)
Actually, moses depends on OnDiskPt, not the other way around.
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 ;