update mediaserv to drop privileges (start as root) and fork into the background
[mediaserv.git] / Server / SConscript
1 Import('env')
2 import SatSCons
3
4 ###########################################################################
5
6 SatSCons.StandardTargets(env)
7
8 SatSCons.Lib(env, library = 'Server', sources = SatSCons.GlobSources(),
9              LIBS = [ 'Socket', 'Scheduler', 'Utils' ])