diff options
-rw-r--r-- | netfs/unittests/Jamfile.jam | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netfs/unittests/Jamfile.jam b/netfs/unittests/Jamfile.jam index f1a4663..74275c5 100644 --- a/netfs/unittests/Jamfile.jam +++ b/netfs/unittests/Jamfile.jam @@ -10,7 +10,7 @@ path-constant me : . ; lib testMocks : [ glob mock*.cpp ] - : : + : <library>IceUtil <library>Ice <library>boost_system @@ -19,7 +19,7 @@ lib testMocks : <library>../fuse//netfsClient <library>../ice//netfsComms <define>ROOT=\"$(me)\" - : + : : <library>boost_system <library>boost_filesystem <define>ROOT=\"$(me)\" |