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 15:57:18 +0400
committerKenneth Heafield <github@kheafield.com>2012-10-16 15:57:18 +0400
commit0378a58a37fb3c5fe3c2ddc258167d71541a72fb (patch)
tree0a3e12201e898e15883c4b4269d349609dd7f8f6 /search/Jamfile
parent0eb98df0fe32a8e31188fa107f789afd73d81ccf (diff)
Start arbitrary arity. Currently incorrect.
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 e8b14363d..dcf55558c 100644
--- a/search/Jamfile
+++ b/search/Jamfile
@@ -1,4 +1,4 @@
-lib search : weights.cc vertex.cc vertex_generator.cc edge_queue.cc edge_generator.cc rule.cc ../lm//kenlm ../util//kenutil /top//boost_system : : : <include>.. ;
+lib search : weights.cc vertex.cc vertex_generator.cc pool.cc edge_generator.cc rule.cc ../lm//kenlm ../util//kenutil /top//boost_system : : : <include>.. ;
import testing ;