summaryrefslogtreecommitdiff
path: root/netfs/fuse/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/fuse/Jamfile.jam')
-rw-r--r--netfs/fuse/Jamfile.jam5
1 files changed, 4 insertions, 1 deletions
diff --git a/netfs/fuse/Jamfile.jam b/netfs/fuse/Jamfile.jam
index b17ca0b..9df3e89 100644
--- a/netfs/fuse/Jamfile.jam
+++ b/netfs/fuse/Jamfile.jam
@@ -5,8 +5,11 @@ lib Glacier2 : : <name>Glacier2 ;
lib netfs-client-configuration :
fuseConfig.ice
+ fuseConfigImpl.cpp
:
<slicer>yes
+ <library>../ice//netfs-api
+ <implicit-dependency>../ice//netfs-api
<library>..//Ice
<library>..//IceUtil
<library>..//pthread
@@ -21,7 +24,7 @@ lib netfs-client-configuration :
lib netfs-client :
netfs-client-configuration
- [ glob *.cpp : netfs.cpp ]
+ [ glob *.cpp : fuseConfigImpl.cpp netfs.cpp ]
:
<define>_FILE_OFFSET_BITS=64
<implicit-dependency>../ice//netfs-api