From 5f3630f0836f27526a9b06e1c2102d19ffa7a54a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 23 Jun 2016 20:01:09 +0100 Subject: Install headers --- icespider/Jamfile.jam | 2 ++ 1 file changed, 2 insertions(+) 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 ] ; -- cgit v1.2.3