summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-09-26 00:07:43 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-09-26 00:07:43 +0100
commit3b600767b35257157bc74e7f6069760c2f507e0f (patch)
treedc4fc8b5f85ecaabe52b549a60cf5ad149a8c96e
parentUse system dbpp and autoloaded connectors. (diff)
downloadproject2-3b600767b35257157bc74e7f6069760c2f507e0f.tar.bz2
project2-3b600767b35257157bc74e7f6069760c2f507e0f.tar.xz
project2-3b600767b35257157bc74e7f6069760c2f507e0f.zip
Install headers
-rw-r--r--project2/Jamfile.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/Jamfile.jam b/project2/Jamfile.jam
index 5b03778..7197c4b 100644
--- a/project2/Jamfile.jam
+++ b/project2/Jamfile.jam
@@ -35,5 +35,5 @@ build-project xml//unittests ;
build-project files//unittests ;
explicit install ;
-package.install install : : finalbin : finallib ;
+package.install install : <install-source-root>. : finalbin : finallib : [ glob-tree *.h : unittests ] ;