diff options
author | Dan Goodliffe <daniel.goodliffe@pressassociation.com> | 2017-04-26 11:51:46 +0100 |
---|---|---|
committer | Dan Goodliffe <daniel.goodliffe@pressassociation.com> | 2017-04-26 11:51:46 +0100 |
commit | a3bc6546aecbf0f4d77f7304042e96a431c97758 (patch) | |
tree | 44606a8f4d25600fd6f3d653feccd0251365cbec | |
parent | Set cxxflags specifically, not cflags (diff) | |
download | netfs-a3bc6546aecbf0f4d77f7304042e96a431c97758.tar.bz2 netfs-a3bc6546aecbf0f4d77f7304042e96a431c97758.tar.xz netfs-a3bc6546aecbf0f4d77f7304042e96a431c97758.zip |
Don't link directly to libxmlppnetfs-1.2.0.3
-rw-r--r-- | netfs/Jamfile.jam | 1 | ||||
-rw-r--r-- | netfs/daemon/Jamfile.jam | 1 | ||||
-rw-r--r-- | netfs/fuse/Jamfile.jam | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/netfs/Jamfile.jam b/netfs/Jamfile.jam index 80b832a..e115fe6 100644 --- a/netfs/Jamfile.jam +++ b/netfs/Jamfile.jam @@ -1,4 +1,3 @@ -lib boost_regex : : <name>boost_regex ; lib boost_filesystem : : <name>boost_filesystem ; lib boost_system : : <name>boost_system ; lib boost_random : : <name>boost_random ; diff --git a/netfs/daemon/Jamfile.jam b/netfs/daemon/Jamfile.jam index e900ebd..4368f2c 100644 --- a/netfs/daemon/Jamfile.jam +++ b/netfs/daemon/Jamfile.jam @@ -35,7 +35,6 @@ lib netfsd : <library>..//Ice <library>..//IceUtil <library>..//IceBox - <library>../..//libxmlpp <library>..//adhocutil <library>..//slicer-xml : : diff --git a/netfs/fuse/Jamfile.jam b/netfs/fuse/Jamfile.jam index d0ad9b7..854d233 100644 --- a/netfs/fuse/Jamfile.jam +++ b/netfs/fuse/Jamfile.jam @@ -37,7 +37,6 @@ lib netfsClient : <library>..//IceUtil <library>..//pthread <library>..//slicer - <library>../..//libxmlpp <library>..//adhocutil <library>..//slicer-xml : : |