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
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-10-16 20:35:27 +0400
committerKenneth Heafield <github@kheafield.com>2012-10-16 20:35:27 +0400
commit96bc9d05dc713e1da29c9bacd6c59f9301fd9981 (patch)
tree62047871efa45f0083b18b67a03df970df1ab88d /search/Jamfile
parentf9f5b4eb0a6d3b87d8eb98471b532377534644df (diff)
Move pool to util
Diffstat (limited to 'search/Jamfile')
-rw-r--r--search/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/Jamfile b/search/Jamfile
index dcf55558c..bc95c53af 100644
--- a/search/Jamfile
+++ b/search/Jamfile
@@ -1,4 +1,4 @@
-lib search : weights.cc vertex.cc vertex_generator.cc pool.cc edge_generator.cc rule.cc ../lm//kenlm ../util//kenutil /top//boost_system : : : <include>.. ;
+lib search : weights.cc vertex.cc vertex_generator.cc edge_generator.cc rule.cc ../lm//kenlm ../util//kenutil /top//boost_system : : : <include>.. ;
import testing ;