PPI: Remove dead MultiConnectorMixin code
[senf.git] / Examples / MultiMCLoop / SConscript
index 83a6234..7d5d5a6 100644 (file)
@@ -1,7 +1,8 @@
+# -*- python -*-
+
 Import('env')
 import SENFSCons
 
 ###########################################################################
 
-SENFSCons.Binary(env, 'multimcloop', [ 'MultiMCLoop.cc' ],
-                 LIBS = [ 'Scheduler', 'Socket', 'Utils' ])
+env.Alias('examples', env.Program('multimcloop', [ 'MultiMCLoop.cc' ]))