summaryrefslogtreecommitdiff
path: root/mythfs/unittests/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'mythfs/unittests/Jamfile.jam')
-rw-r--r--mythfs/unittests/Jamfile.jam10
1 files changed, 4 insertions, 6 deletions
diff --git a/mythfs/unittests/Jamfile.jam b/mythfs/unittests/Jamfile.jam
index a76d1ec..033e2f8 100644
--- a/mythfs/unittests/Jamfile.jam
+++ b/mythfs/unittests/Jamfile.jam
@@ -21,23 +21,21 @@ lib testCommon :
<library>..//boost_system
<library>..//boost_filesystem
<library>..//netfs-api
- <library>..//IceUtil
<library>..//Ice
<library>..//IceBox
<library>..//pthread
<library>dryice
- <library>../service//mythfs
- <implicit-dependency>../service//mythfs
+ <library>../service//mythfs++11
+ <implicit-dependency>../service//mythfs++11
: :
<library>dryice
<library>..//dbppcore
<library>..//adhocutil
- <library>..//IceUtil
<library>..//Ice
<library>..//IceBox
<library>..//pthread
- <library>../service//mythfs
- <implicit-dependency>../service//mythfs
+ <library>../service//mythfs++11
+ <implicit-dependency>../service//mythfs++11
;
run