Add boost::thread to wscript
diff --git a/wscript b/wscript
index d7ad109..7f4f1b3 100644
--- a/wscript
+++ b/wscript
@@ -17,7 +17,7 @@
# conf.check_cfg(package='libxml-2.0', args=['--cflags', '--libs'], uselib_store='XML')
conf.load('boost')
- conf.check_boost(lib='system iostreams test')
+ conf.check_boost(lib='system iostreams test thread')
conf.load('doxygen')
conf.load('ccnx tinyxml')
@@ -32,7 +32,7 @@
features=['cxx', 'cxxshlib'],
source = bld.path.ant_glob(['model/sync-*.cc',
'helper/sync-*.cc']),
- uselib = 'BOOST BOOST_IOSTREAMS SSL TINYXML CCNX'
+ uselib = 'BOOST BOOST_IOSTREAMS BOOST_THREAD SSL TINYXML CCNX'
)
# Unit tests