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/search
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-11-12 22:07:53 +0400
committerKenneth Heafield <github@kheafield.com>2012-11-12 22:07:53 +0400
commitd4f433c7f43d5341586e8f6107c50ad137e72980 (patch)
tree202f5b255b344d4f5f84b66d51124b6428fc7906 /search
parent8c785cff2b1be3cccd76ea9026f71b649762dfc3 (diff)
Put core Moses into one library libmoses.
Diffstat (limited to 'search')
-rw-r--r--search/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/Jamfile b/search/Jamfile
index bc95c53af..c00d23828 100644
--- a/search/Jamfile
+++ b/search/Jamfile
@@ -1,4 +1,4 @@
-lib search : weights.cc vertex.cc vertex_generator.cc edge_generator.cc rule.cc ../lm//kenlm ../util//kenutil /top//boost_system : : : <include>.. ;
+fakelib search : weights.cc vertex.cc vertex_generator.cc edge_generator.cc rule.cc ../lm//kenlm ../util//kenutil /top//boost_system : : : <include>.. ;
import testing ;