diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-18 20:16:56 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-18 20:16:56 +0100 |
commit | 0b0d2bf2762e521dfede3a8d1a8194c3e6f6435d (patch) | |
tree | da17e1c12556fad0b2b633618e42a5f682099594 /netfs/daemon | |
parent | Standalone split (diff) | |
download | netfs-0b0d2bf2762e521dfede3a8d1a8194c3e6f6435d.tar.bz2 netfs-0b0d2bf2762e521dfede3a8d1a8194c3e6f6435d.tar.xz netfs-0b0d2bf2762e521dfede3a8d1a8194c3e6f6435d.zip |
Rename libraries cos I never liked the original naming, more in keeping with other projects now
Diffstat (limited to 'netfs/daemon')
-rw-r--r-- | netfs/daemon/Jamfile.jam | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/netfs/daemon/Jamfile.jam b/netfs/daemon/Jamfile.jam index 4368f2c..c4ae90b 100644 --- a/netfs/daemon/Jamfile.jam +++ b/netfs/daemon/Jamfile.jam @@ -1,6 +1,6 @@ import package ; -lib netfsdConfiguration : +lib netfsd-configuration : daemonConfig.ice : <library>..//Ice @@ -23,11 +23,11 @@ lib netfsd : [ glob *.cpp ] : <define>_FILE_OFFSET_BITS=64 - <implicit-dependency>../ice//netfsComms - <implicit-dependency>netfsdConfiguration - <library>netfsdConfiguration - <library>../ice//netfsComms - <library>../lib//netfsCommon + <implicit-dependency>../ice//netfs-api + <implicit-dependency>netfsd-configuration + <library>netfsd-configuration + <library>../ice//netfs-api + <library>../lib//netfs-common <library>..//boost_random <library>..//boost_thread <library>..//boost_filesystem @@ -39,9 +39,9 @@ lib netfsd : <library>..//slicer-xml : : <include>. - <implicit-dependency>../ice//netfsComms - <library>netfsdConfiguration - <implicit-dependency>netfsdConfiguration + <implicit-dependency>../ice//netfs-api + <library>netfsd-configuration + <implicit-dependency>netfsd-configuration <library>..//IceBox ; |