fix modularity issue with core module
authorTom Henderson <tomh@tomh.org>
Mon, 08 Nov 2010 12:02:43 -0800
changeset 6654 3d28e8910703
parent 6653 d06d7b84d8b4
child 6655 a9867a83055e
fix modularity issue with core module
src/core/wscript
--- a/src/core/wscript	Mon Nov 08 11:38:12 2010 -0800
+++ b/src/core/wscript	Mon Nov 08 12:02:43 2010 -0800
@@ -155,5 +155,5 @@
                 ])
 
     if bld.env['ENABLE_GSL']:
-        core.uselib = 'GSL GSLCBLAS M'
+        core.uselib = core.uselib + ' GSL GSLCBLAS M'
         core.source.extend(['rng-test-suite.cc'])