diff options
| -rw-r--r-- | icespider/Jamfile.jam | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/icespider/Jamfile.jam b/icespider/Jamfile.jam index 20ca41b..3f0a251 100644 --- a/icespider/Jamfile.jam +++ b/icespider/Jamfile.jam @@ -1,3 +1,5 @@ +import package ; +  build-project core ;  build-project compile ;  build-project unittests ; @@ -7,3 +9,13 @@ lib Ice ;  lib IceUtil ;  lib pthread ; +package.install install : : +	compile//icespider +	: +	core//icespider-core +	common//icespider-common +	fcgi//icespider-fcgi +	; +package.install-data install-tools : boost-build/tools : compile/icespider.jam ; +package.install-data install-ice : icespider/ice : [ glob common/*.ice ] ; + | 
