Import('env') import SatSCons ########################################################################### SatSCons.StandardTargets(env) SatSCons.Lib(env, library = 'Server', sources = SatSCons.GlobSources(), LIBS = [ 'Socket', 'Scheduler', 'Utils' ])