MediaServ: Update to new SENF library API
[mediaserv.git] / Server / SConscript
index 88ce6da..dc49b2f 100644 (file)
@@ -1,9 +1,9 @@
 Import('env')
-import SatSCons
+import SENFSCons
 
 ###########################################################################
 
-SatSCons.StandardTargets(env)
+SENFSCons.StandardTargets(env)
 
-SatSCons.Lib(env, library = 'Server', sources = SatSCons.GlobSources(),
+SENFSCons.Lib(env, library = 'Server', sources = SENFSCons.GlobSources(),
              LIBS = [ 'Socket', 'Scheduler', 'Utils' ])