Socket: Add missing InetSocketProtocol baseclass to relevant socket protocols
[senf.git] / Examples / MultiMCLoop / SConscript
1 Import('env')
2 import SENFSCons
3
4 ###########################################################################
5
6 SENFSCons.Binary(env, 'multimcloop', [ 'MultiMCLoop.cc' ],
7                  LIBS = [ 'Scheduler', 'Socket', 'Utils' ])