summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2010-10-08 21:11:37 +0000
committerrandomdan <randomdan@localhost>2010-10-08 21:11:37 +0000
commit2c20b48a1952c1ee95439c356d0bceddd6f824db (patch)
treeecb0335877a12bcad30f308a46dff04effb2776e
parentCommit more work to date (diff)
downloadnetfs-2c20b48a1952c1ee95439c356d0bceddd6f824db.tar.bz2
netfs-2c20b48a1952c1ee95439c356d0bceddd6f824db.tar.xz
netfs-2c20b48a1952c1ee95439c356d0bceddd6f824db.zip
Loosely tested code cull and tidy up
-rw-r--r--netfs/Jamfile.jam17
1 files changed, 7 insertions, 10 deletions
diff --git a/netfs/Jamfile.jam b/netfs/Jamfile.jam
index 33f1ecd..6868fdb 100644
--- a/netfs/Jamfile.jam
+++ b/netfs/Jamfile.jam
@@ -73,19 +73,17 @@ actions slice.slice2cpp
}
IMPORT $(__name__) : slice.slice2cpp : : slice.slice2cpp ;
-lib common :
+lib netfsComms :
netfsComms.ice :
- <link>static
;
exe netfs :
libxmlpp
[ glob fuse*.cpp ]
- ../libmisc
:
- <include>../libmisc/
- <implicit-dependency>common
- <library>common
+ <library>../libmisc//misc
+ <implicit-dependency>netfsComms
+ <library>netfsComms
<library>boost_regex
<library>fuse
<library>Ice
@@ -94,11 +92,10 @@ exe netfs :
exe netfsd :
libxmlpp
[ glob daemon*.cpp ]
- ../libmisc
:
- <include>../libmisc/
- <implicit-dependency>common
- <library>common
+ <library>../libmisc//misc
+ <implicit-dependency>netfsComms
+ <library>netfsComms
<library>boost_regex
<library>boost_filesystem
<library>Ice