$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] link build/Jamfile into test/Jamfile
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2011-01-30 11:42:36
build/Jamfile copies special files into <boost-root>/xyz/.
the Jamfile in test or example have a reference to
<library>/boost/xyz//boost_xyz
but the copy doesn't take place -> I need some reference to the header
which must be generated.
Oliver