From 056b42f171a79cfa0446b7e43eb52c77815af4d1 Mon Sep 17 00:00:00 2001 From: Kenneth Heafield Date: Fri, 25 Nov 2011 08:33:16 -0500 Subject: Actually, moses depends on OnDiskPt, not the other way around. --- moses/src/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'moses') 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 ; -- cgit v1.2.3