summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-05-20 13:32:39 -0400
committerKenneth Heafield <github@kheafield.com>2012-05-20 13:32:39 -0400
commitbc52c53ec2872a0e41b830308f11400d77b38e76 (patch)
treec91455707a0af6dce1148dacecbb251e101f093d /Jamroot
parenta70d6d3ed83a32d3cdf4bcb36a087426a4ed2c31 (diff)
Rename decoder library, assimilate mira directory
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index fff11d56..8be59e5a 100644
--- a/Jamroot
+++ b/Jamroot
@@ -30,7 +30,7 @@ if [ test_header boost/serialization/map.hpp ] && [ test_library boost_serializa
project : requirements $(requirements) <toolset>darwin:<link>static ;
project : default-build <threading>single <warnings>on <variant>release ;
-install-bin-libs utils//programs mteval//programs klm/lm//programs training//liblbfgs decoder//cdec creg//creg phrasinator//programs ;
+install-bin-libs utils//programs mteval//programs klm/lm//programs training//liblbfgs decoder//cdec creg//creg phrasinator//programs mira//kbest_mira ;
build-projects mteval decoder klm/lm training/liblbfgs creg ;