summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2010-11-12 23:12:27 +0000
committerrandomdan <randomdan@localhost>2010-11-12 23:12:27 +0000
commitf481a21a9433f7346f6d2dfdbc239f794002549e (patch)
tree18e9bbf6d42e0f7bebf2566f8ec9180e9bc5bcfb
parentRefactor and templatize EntCache to remove code duplication (diff)
downloadnetfs-f481a21a9433f7346f6d2dfdbc239f794002549e.tar.bz2
netfs-f481a21a9433f7346f6d2dfdbc239f794002549e.tar.xz
netfs-f481a21a9433f7346f6d2dfdbc239f794002549e.zip
Add missing Boost threads library to daemon library
-rw-r--r--netfs/Jamfile.jam1
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
;