1
0
Эх сурвалжийг харах

Fix header installation.

[SVN r27594]
Vladimir Prus 21 жил өмнө
parent
commit
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) 
   ;
 
+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号