Move Console from Scheduler into Utils
[senf.git] / Scheduler / SConscript
index 3ea2bc1..012f69e 100644 (file)
@@ -1,14 +1,16 @@
 # -*- python -*-
 
 Import('env')
-import SatSCons
+import SENFSCons
 
 ###########################################################################
 
-sources = SatSCons.GlobSources()
-SatSCons.StandardTargets(env)
-SatSCons.Lib(env,
+sources = SENFSCons.GlobSources()
+SENFSCons.StandardTargets(env)
+
+SENFSCons.Lib(env,
              library = 'Scheduler',
              sources = sources,
-             LIBS = [ 'Socket', 'Utils' ])
-SatSCons.Doxygen(env, sources, SatSCons.DoxyGlob())
+             LIBS = [ 'Logger', 'Scheduler', 'Console', 'Utils' ])
+
+SENFSCons.Doxygen(env)