diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-01-24 21:09:32 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-01-24 21:09:32 +0000 |
commit | f3aeae6b0a9cbb0b5953efe0c6ca6cc193f637a3 (patch) | |
tree | ab4c161f838c30bd60130a49c2bb3e3d005713ef /netfs/fuse | |
parent | Remove straggling use of Slicer::Deserialize in favour of more flexible Deser... (diff) | |
download | netfs-f3aeae6b0a9cbb0b5953efe0c6ca6cc193f637a3.tar.bz2 netfs-f3aeae6b0a9cbb0b5953efe0c6ca6cc193f637a3.tar.xz netfs-f3aeae6b0a9cbb0b5953efe0c6ca6cc193f637a3.zip |
Partially tested global visibility hidden in all projectsnetfs-1.1.6
Diffstat (limited to 'netfs/fuse')
-rw-r--r-- | netfs/fuse/Jamfile.jam | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/netfs/fuse/Jamfile.jam b/netfs/fuse/Jamfile.jam index cc3b059..0a168ca 100644 --- a/netfs/fuse/Jamfile.jam +++ b/netfs/fuse/Jamfile.jam @@ -12,7 +12,6 @@ lib netfsClientConfiguration : <library>..//pthread <library>..//slicer <library>..//adhocutil - <cflags>-fvisibility=hidden : : <library>..//IceUtil <library>..//Ice @@ -42,7 +41,6 @@ lib netfsClient : <library>../..//libxmlpp <library>..//adhocutil <library>..//slicer-xml - <cflags>-fvisibility=hidden : : <include>. <include>../../libfusepp @@ -59,7 +57,6 @@ exe netfs : <library>netfsClient <library>fuse <library>..//adhocutil - <cflags>-fvisibility=hidden ; package.install install : : netfs : ; |