Finished version 0.1 of media server .. Jay !!!
[mediaserv.git] / SConstruct
index b970018..3cf7202 100644 (file)
@@ -21,5 +21,8 @@ SConscript(glob.glob("*/SConscript"))
 SatSCons.StandardTargets(env)
 SatSCons.GlobalTargets(env)
 
-SatSCons.Binary(env, binary='mediaserv', sources=SatSCons.GlobSources(),
+SatSCons.Binary(env, binary='mediaserv', sources=SatSCons.GlobSources(exclude='testclient.cc'),
                LIBS = [ 'Server', 'Scheduler', 'Socket', 'Utils' ])
+
+SatSCons.Binary(env, binary='testclient', sources=['testclient.cc'],
+               LIBS = [ 'Socket', 'Utils' ])