mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 17:03:38 +00:00
Add *.inc as possible header files to install, pool library has some of those. Fixes SF issue #951106 .
[SVN r22776]
This commit is contained in:
parent
865307471e
commit
7edc4562b0
1 changed files with 1 additions and 1 deletions
2
Jamfile
2
Jamfile
|
@ -190,7 +190,7 @@ if $(lib-sources)
|
|||
stage $(include-locate:D=)/boost-$(version-tag)
|
||||
:
|
||||
[ glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* ]
|
||||
[ glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h ]
|
||||
[ glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h *.inc ]
|
||||
:
|
||||
<locate>$(include-locate:D)
|
||||
<tree-subdirs>$(BOOST_ROOT)
|
||||
|
|
Loading…
Add table
Reference in a new issue