diff options
| -rw-r--r-- | icespider/Jamfile.jam | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/icespider/Jamfile.jam b/icespider/Jamfile.jam index 3f0a251..5dcd87f 100644 --- a/icespider/Jamfile.jam +++ b/icespider/Jamfile.jam @@ -15,6 +15,8 @@ package.install install : :  	core//icespider-core  	common//icespider-common  	fcgi//icespider-fcgi +	: +	[ glob-tree *.h : fcgi ]  	;  package.install-data install-tools : boost-build/tools : compile/icespider.jam ;  package.install-data install-ice : icespider/ice : [ glob common/*.ice ] ; | 
