From 39a0c3292a6dd73652e3730e64217477e5b66df6 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 25 Jul 2015 21:51:56 +0100 Subject: Fix unittest Jamfile --- netfs/unittests/Jamfile.jam | 4 ++-- 1 file 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 ] - : : + : IceUtil Ice boost_system @@ -19,7 +19,7 @@ lib testMocks : ../fuse//netfsClient ../ice//netfsComms ROOT=\"$(me)\" - : + : : boost_system boost_filesystem ROOT=\"$(me)\" -- cgit v1.2.3