diff options
author | randomdan <randomdan@localhost> | 2014-06-02 10:34:05 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2014-06-02 10:34:05 +0000 |
commit | 57c121a887ae8c5947089eafda5709fcba5c3726 (patch) | |
tree | 31f7856aa9a31e416cf7d2de7512450dd99d9b0c /netfs/fuse | |
parent | Test st_mode for the correct masks in ExecutableBy helper (diff) | |
download | netfs-57c121a887ae8c5947089eafda5709fcba5c3726.tar.bz2 netfs-57c121a887ae8c5947089eafda5709fcba5c3726.tar.xz netfs-57c121a887ae8c5947089eafda5709fcba5c3726.zip |
Use slicer for configuration reading, revise sample configs accordingly
Diffstat (limited to 'netfs/fuse')
-rw-r--r-- | netfs/fuse/Jamfile.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netfs/fuse/Jamfile.jam b/netfs/fuse/Jamfile.jam index 873f67c..40a86f3 100644 --- a/netfs/fuse/Jamfile.jam +++ b/netfs/fuse/Jamfile.jam @@ -13,6 +13,7 @@ cpp-pch pch : pch.hpp : exe netfs : pch + ../../libmisc/xml.cpp [ glob *.cpp ] [ glob ../../libfusepp/fuse*.cpp ] : |