From 2c20b48a1952c1ee95439c356d0bceddd6f824db Mon Sep 17 00:00:00 2001 From: randomdan Date: Fri, 8 Oct 2010 21:11:37 +0000 Subject: Loosely tested code cull and tidy up --- netfs/Jamfile.jam | 17 +++++++---------- 1 file 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 : - static ; exe netfs : libxmlpp [ glob fuse*.cpp ] - ../libmisc : - ../libmisc/ - common - common + ../libmisc//misc + netfsComms + netfsComms boost_regex fuse Ice @@ -94,11 +92,10 @@ exe netfs : exe netfsd : libxmlpp [ glob daemon*.cpp ] - ../libmisc : - ../libmisc/ - common - common + ../libmisc//misc + netfsComms + netfsComms boost_regex boost_filesystem Ice -- cgit v1.2.3