From 94b8fee905bc3423752731192015daf49afcfdac Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 9 Oct 2016 00:52:08 +0100 Subject: Build and install file sessions --- icespider/Jamfile.jam | 2 ++ 1 file changed, 2 insertions(+) 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 ] ; -- cgit v1.2.3