summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jamroot.jam3
-rw-r--r--src/Jamfile.jam4
2 files changed, 7 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index a2d56a8..d8ef7a6 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -29,3 +29,6 @@ lib pthread ;
build-project src ;
build-project unittests ;
+explicit install ;
+alias install : src//install ;
+
diff --git a/src/Jamfile.jam b/src/Jamfile.jam
index afe5dc7..aa3904e 100644
--- a/src/Jamfile.jam
+++ b/src/Jamfile.jam
@@ -1,3 +1,5 @@
+import package ;
+
lib gitfs++11 :
[ glob *.cpp ]
:
@@ -9,3 +11,5 @@ lib gitfs++11 :
<library>..//netfs-api
;
+package.install install : : : gitfs++11 ;
+