diff options
Diffstat (limited to 'netfs/fuse/Jamfile.jam')
-rw-r--r-- | netfs/fuse/Jamfile.jam | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/netfs/fuse/Jamfile.jam b/netfs/fuse/Jamfile.jam index 142221e..8413d1f 100644 --- a/netfs/fuse/Jamfile.jam +++ b/netfs/fuse/Jamfile.jam @@ -29,8 +29,11 @@ lib netfsClientConfiguration : <library>..//slicer ; +obj misc : ../../libmisc/misc.cpp ; + lib netfsClient : pch + misc netfsClientConfiguration [ glob *.cpp : netfs.cpp ] [ glob ../../libfusepp/fuse*.cpp ] @@ -66,6 +69,7 @@ lib netfsClient : ; exe netfs : + misc netfs.cpp : <library>netfsClient <library>fuse |