From c024b57cbec46fa226bc65da2e2b5443889670e0 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 24 Aug 2016 21:18:08 +0100 Subject: Fix up install rules --- icespider/Jamfile.jam | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/icespider/Jamfile.jam b/icespider/Jamfile.jam index 5dcd87f..08a3d22 100644 --- a/icespider/Jamfile.jam +++ b/icespider/Jamfile.jam @@ -4,6 +4,7 @@ build-project core ; build-project compile ; build-project unittests ; build-project fcgi ; +build-project xslt ; lib Ice ; lib IceUtil ; @@ -15,8 +16,9 @@ package.install install : : core//icespider-core common//icespider-common fcgi//icespider-fcgi + xslt//icespider-xslt : - [ glob-tree *.h : fcgi ] + [ glob-tree *.h : fcgi unittests compile ] ; package.install-data install-tools : boost-build/tools : compile/icespider.jam ; package.install-data install-ice : icespider/ice : [ glob common/*.ice ] ; -- cgit v1.2.3