Socket: Add missing InetSocketProtocol baseclass to relevant socket protocols
[senf.git] / Examples / MultiMCLoop / SConscript
diff --git a/Examples/MultiMCLoop/SConscript b/Examples/MultiMCLoop/SConscript
new file mode 100644 (file)
index 0000000..83a6234
--- /dev/null
@@ -0,0 +1,7 @@
+Import('env')
+import SENFSCons
+
+###########################################################################
+
+SENFSCons.Binary(env, 'multimcloop', [ 'MultiMCLoop.cc' ],
+                 LIBS = [ 'Scheduler', 'Socket', 'Utils' ])