diff options
author | randomdan <randomdan@localhost> | 2010-11-12 23:12:27 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-11-12 23:12:27 +0000 |
commit | f481a21a9433f7346f6d2dfdbc239f794002549e (patch) | |
tree | 18e9bbf6d42e0f7bebf2566f8ec9180e9bc5bcfb | |
parent | Refactor and templatize EntCache to remove code duplication (diff) | |
download | netfs-f481a21a9433f7346f6d2dfdbc239f794002549e.tar.bz2 netfs-f481a21a9433f7346f6d2dfdbc239f794002549e.tar.xz netfs-f481a21a9433f7346f6d2dfdbc239f794002549e.zip |
Add missing Boost threads library to daemon library
-rw-r--r-- | netfs/Jamfile.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netfs/Jamfile.jam b/netfs/Jamfile.jam index 1fa92b5..7dfe83e 100644 --- a/netfs/Jamfile.jam +++ b/netfs/Jamfile.jam @@ -106,6 +106,7 @@ lib netfsd : <library>netfsComms <library>netfsCommon <library>boost_random + <library>boost_thread <library>boost_filesystem <library>Ice ; |