diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-06-23 20:01:09 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-06-23 20:01:09 +0100 |
commit | 5f3630f0836f27526a9b06e1c2102d19ffa7a54a (patch) | |
tree | a6bb5f9fc995664d697b9c65c236163cb3e5905d | |
parent | Add missing include flags for icespider actions (diff) | |
download | icespider-5f3630f0836f27526a9b06e1c2102d19ffa7a54a.tar.bz2 icespider-5f3630f0836f27526a9b06e1c2102d19ffa7a54a.tar.xz icespider-5f3630f0836f27526a9b06e1c2102d19ffa7a54a.zip |
Install headers
-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 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 ] ; |