mirror of
https://github.com/boostorg/boost.git
synced 2025-04-09 14:57:01 +00:00
Install TR1 headers. Addresses #2404.
Patch from Chris Allen. [SVN r49255]
This commit is contained in:
parent
0b21368a18
commit
417b7e2486
1 changed files with 6 additions and 3 deletions
9
Jamroot
9
Jamroot
|
@ -367,9 +367,12 @@ else if [ modules.peek : UNIX ]
|
|||
}
|
||||
|
||||
local headers =
|
||||
[ path.glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h *.inc : CVS .svn ]
|
||||
[ path.glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* : CVS
|
||||
.svn ] ;
|
||||
# The .SUNWCCh files are present in tr1 include directory and have to be installed,
|
||||
# see http://lists.boost.org/Archives/boost/2007/05/121430.php
|
||||
[ path.glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h *.inc *.SUNWCCh : CVS .svn ]
|
||||
[ path.glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* : CVS .svn ]
|
||||
[ path.glob boost/tr1/tr1 : * : bcc32 sun CVS ]
|
||||
;
|
||||
|
||||
# Complete install.
|
||||
package.install install-proper
|
||||
|
|
Loading…
Add table
Reference in a new issue