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 <github@kheafield.com>2012-07-30 23:50:30 +0400
committerKenneth Heafield <github@kheafield.com>2012-07-30 23:50:30 +0400
commit141861842d975c5b878206926ddf3b91f58e182b (patch)
tree96580defe0735fcbe3035ca288df7bf58f2d4b2b /Jamroot
parent4b6eda0a8efa3de9dea5880f9764b6f53a798166 (diff)
Change header file glob from an opt-out to an opt-in for Ondrej Bojar
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 0f1b2a965..bf1cc9833 100644
--- a/Jamroot
+++ b/Jamroot
@@ -94,7 +94,7 @@ build-projects util lm mert moses-cmd/src moses-chart-cmd/src scripts regression
alias programs : lm//query lm//build_binary moses-chart-cmd/src//moses_chart moses-cmd/src//programs OnDiskPt//CreateOnDiskPt OnDiskPt//queryOnDiskPt mert//programs contrib/server//mosesserver misc//programs symal phrase-extract phrase-extract//lexical-reordering phrase-extract//extract-ghkm phrase-extract//pcfg-extract phrase-extract//pcfg-score biconcor ;
install-bin-libs programs ;
-install-headers headers-base : [ glob-tree *.h *.hh : jam-files dist bin lib include kenlm moses ] : . ;
+install-headers headers-base : [ path.glob-tree biconcor contrib lm mert misc moses-chart-cmd moses-cmd OnDiskPt phrase-extract symal util : *.hh *.h ] : . ;
install-headers headers-moses : moses/src//headers-to-install : moses/src ;
alias install : prefix-bin prefix-lib headers-base headers-moses ;