From: roland.schwarz_at_[hidden]
Date: 2008-05-09 10:41:00


Author: speedsnail
Date: 2008-05-09 10:41:00 EDT (Fri, 09 May 2008)
New Revision: 45250
URL: http://svn.boost.org/trac/boost/changeset/45250

Log:
Same name for header only libs as in boost root.
Text files modified:
   trunk/tools/build/v2/contrib/boost.jam | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/contrib/boost.jam
==============================================================================
--- trunk/tools/build/v2/contrib/boost.jam (original)
+++ trunk/tools/build/v2/contrib/boost.jam 2008-05-09 10:41:00 EDT (Fri, 09 May 2008)
@@ -194,7 +194,7 @@
         : requirements <tag>@tag_std <search>$(lib)
         ;
 
- alias boost_header_only ;
+ alias headers ;
     lib program_options : : : :
         <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK ;
     lib thread : : : :