summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2004-01-09 03:21:34 +0000
committerRene Rivera <grafikrobot@gmail.com>2004-01-09 03:21:34 +0000
commitc42c2a37f3cd9379a7e4b92db8694e59807ab927 (patch)
tree81af12ccac117a8642e975e381aa43fa9e8ed284 /Jamfile
parentcd0c2623cd18882e0241ca54d61a56ab5fe7f65a (diff)
downloadboost-c42c2a37f3cd9379a7e4b92db8694e59807ab927.tar.gz
Fix *.h files not getting installed.
[SVN r21556]
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamfile b/Jamfile
index e28f1757c1..001d630e97 100644
--- a/Jamfile
+++ b/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 ]
+ [ glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h ]
:
<locate>$(include-locate:D)
<tree-subdirs>$(BOOST_ROOT)