diff options
Diffstat (limited to 'src/Jamfile.jam')
-rw-r--r-- | src/Jamfile.jam | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Jamfile.jam b/src/Jamfile.jam index db6267c..4cf083d 100644 --- a/src/Jamfile.jam +++ b/src/Jamfile.jam @@ -1,3 +1,5 @@ +# Testing +path-constant gitdir : ../.git ; lib gitfs : [ glob *.cpp ] @@ -6,6 +8,8 @@ lib gitfs : <library>..//icetray <library>..//git2 <library>..//netfs-api +# Testing + <define>ROOT=\"$(gitdir)\" : : <library>..//netfs-api ; |