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
commitbece5794a24e1f6a56bf6de2f612d16e60b2f2f9 (patch)
treee850b97e49f849fcc7b84b57822554b64efd7900 /Jamroot
parent47e9deff1c2cbd104d6e2822703cc83df625d8aa (diff)
parentdcbf1cd5808fb33365d739d35dbf87f036f4a999 (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 ;