scons: Build the progs into seperate dirs as well.
diff --git a/SConstruct b/SConstruct
index baa0f90..88cdffa 100644
--- a/SConstruct
+++ b/SConstruct
@@ -162,6 +162,6 @@
 
 SConscript(
 	'src/SConscript',
-	build_dir = env['build'],
+	variant_dir = env['build'],
 	duplicate = 0 # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html
 )