summaryrefslogtreecommitdiff
path: root/klm/search/Jamfile
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-10-14 10:46:34 +0100
committerKenneth Heafield <github@kheafield.com>2012-10-14 10:46:34 +0100
commit9b99cb844e3e379b557ff8578df27893ce147f1a (patch)
treeca60a3b35312cf6d9741cd05ca958714d2c4e17c /klm/search/Jamfile
parent28403a7d3cbca2de743a7d654ffb9e1600ce7c5c (diff)
Update to faster but less cute search
Diffstat (limited to 'klm/search/Jamfile')
-rw-r--r--klm/search/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/klm/search/Jamfile b/klm/search/Jamfile
index ac47c249..e8b14363 100644
--- a/klm/search/Jamfile
+++ b/klm/search/Jamfile
@@ -1,4 +1,4 @@
-lib search : weights.cc vertex.cc vertex_generator.cc edge_generator.cc rule.cc ../lm//kenlm ../util//kenutil : : : <include>.. ;
+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>.. ;
import testing ;