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
diff options
context:
space:
mode:
authorKenneth Heafield <kenlm@kheafield.com>2011-11-21 22:20:52 +0400
committerKenneth Heafield <kenlm@kheafield.com>2011-11-21 22:20:52 +0400
commita65ed7e58765b713ec3cbf8f3036dbc78fb0c1d3 (patch)
treecb447abed28dd7f1963bfdb83f46ea876f86050a /Jamroot
parent1480a8e809e9b3478bcbb74af1fee8f41a375891 (diff)
Jam: install executables in legacy paths and stop leaving a.out files everywhere
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot3
1 files changed, 3 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index a41211f1c..b3d38573d 100644
--- a/Jamroot
+++ b/Jamroot
@@ -70,6 +70,9 @@ project : requirements
#Add directories here if you want their incidental targets too (i.e. tests).
build-project lm ;
build-project util ;
+#Trigger instllation into legacy paths.
+build-project moses-cmd/src ;
+build-project moses-chart-cmd/src ;
install-location = [ option.get "install" : $(TOP)/dist ] ;
install dist :