Completely refactor install targets
[senf.git] / Examples / MultiMCLoop / SConscript
index 83a6234..6715a54 100644 (file)
@@ -3,5 +3,4 @@ import SENFSCons
 
 ###########################################################################
 
-SENFSCons.Binary(env, 'multimcloop', [ 'MultiMCLoop.cc' ],
-                 LIBS = [ 'Scheduler', 'Socket', 'Utils' ])
+SENFSCons.Binary(env, 'multimcloop', [ 'MultiMCLoop.cc' ])