Explorar o código

Fix *.h files not getting installed.

[SVN r21556]
Rene Rivera %!s(int64=22) %!d(string=hai) anos
pai
achega
c42c2a37f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jamfile

+ 1 - 1
Jamfile

@@ -190,7 +190,7 @@ if $(lib-sources)
 stage $(include-locate:D=)/boost-$(version-tag)
 stage $(include-locate:D=)/boost-$(version-tag)
     :
     :
         [ glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* ]
         [ 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)
         <locate>$(include-locate:D)
         <tree-subdirs>$(BOOST_ROOT)
         <tree-subdirs>$(BOOST_ROOT)

粤ICP备19079148号