summaryrefslogtreecommitdiff
path: root/netfs/fuse
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-01-24 21:09:32 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2016-01-24 21:09:32 +0000
commitf3aeae6b0a9cbb0b5953efe0c6ca6cc193f637a3 (patch)
treeab4c161f838c30bd60130a49c2bb3e3d005713ef /netfs/fuse
parentRemove straggling use of Slicer::Deserialize in favour of more flexible Deser... (diff)
downloadnetfs-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.jam3
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 : ;