Explorar el Código

Fix header installation.

[SVN r27594]
Vladimir Prus hace 21 años
padre
commit
f49331d417
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      Jamfile.v2

+ 4 - 2
Jamfile.v2

@@ -164,11 +164,13 @@ install install-libs : libs/$(libraries)/build
     <location>$(lib-locate) 
   ;
 
+local patterns = *.hpp *.ipp *.h *.inc ;
+local dirs = boost boost/* boost/*/* ;
 install install-headers : 
-  [ glob boost/compatibility/cpp_c_headers/c* ]
-  [ glob boost/*.hpp boost/*/*.hpp *.ipp *.h *.inc ]
+  [ glob $(dirs)/$(patterns) ]
   :  
   <location>$(include-locate)
+  <install-source-root>.
   ;  
 
 # Install just library.

粤ICP备19079148号