Browse Source

Fix *.h files not getting installed.

[SVN r21556]
Rene Rivera 22 years ago
parent
commit
c42c2a37f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jamfile

+ 1 - 1
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)

粤ICP备19079148号