summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorPatrick Simianer <simianer@cl.uni-heidelberg.de>2012-05-21 11:41:22 +0200
committerPatrick Simianer <simianer@cl.uni-heidelberg.de>2012-05-21 11:41:22 +0200
commitd2cc18ac0457609d179d158b7ff952e7fec9026c (patch)
tree52f7e747972cc39d1304d4dc3d03213a3bf4c4ca /Jamroot
parent22d2f3ce5bd3fae2db9744eb66f7b8c3996265d6 (diff)
parentbc52c53ec2872a0e41b830308f11400d77b38e76 (diff)
Merge remote-tracking branch 'upstream/master'
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 ;