diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-10-09 00:52:08 +0100 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-10-09 00:52:08 +0100 | 
| commit | 94b8fee905bc3423752731192015daf49afcfdac (patch) | |
| tree | 48db3a346cb130d7773f8f37f4889da8f783a528 | |
| parent | Adds a session manager interface and basic file based implementation as a plugin (diff) | |
| download | icespider-94b8fee905bc3423752731192015daf49afcfdac.tar.bz2 icespider-94b8fee905bc3423752731192015daf49afcfdac.tar.xz icespider-94b8fee905bc3423752731192015daf49afcfdac.zip | |
Build and install file sessions
| -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 08a3d22..30efa98 100644 --- a/icespider/Jamfile.jam +++ b/icespider/Jamfile.jam @@ -5,6 +5,7 @@ build-project compile ;  build-project unittests ;  build-project fcgi ;  build-project xslt ; +build-project fileSessions ;  lib Ice ;  lib IceUtil ; @@ -17,6 +18,7 @@ package.install install : :  	common//icespider-common  	fcgi//icespider-fcgi  	xslt//icespider-xslt +	fileSessions//icespider-filesessions  	:  	[ glob-tree *.h : fcgi unittests compile ]  	; | 
