Extension support
[senf.git] / Examples / MultiMCLoop / SConscript
index 83a6234..f599edf 100644 (file)
@@ -3,5 +3,4 @@ import SENFSCons
 
 ###########################################################################
 
-SENFSCons.Binary(env, 'multimcloop', [ 'MultiMCLoop.cc' ],
-                 LIBS = [ 'Scheduler', 'Socket', 'Utils' ])
+env.Default(env.Program('multimcloop', [ 'MultiMCLoop.cc' ]))