Просмотр исходного кода

Fix header installation.

[SVN r27594]
Vladimir Prus 21 лет назад
Родитель
Сommit
f49331d417
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      Jamfile.v2

+ 4 - 2
Jamfile.v2

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

粤ICP备19079148号