Move Console from Scheduler into Utils
[senf.git] / Utils / Daemon / SConscript
index db6cfbe..2ca29de 100644 (file)
@@ -12,6 +12,6 @@ sources = SENFSCons.GlobSources()
 SENFSCons.Lib( env,
                library = 'Utils_Daemon',
                sources = sources,
-               LIBS = [ 'Scheduler', 'Socket', 'Utils' ] )
+               LIBS = [ 'Logger', 'Scheduler', 'Socket', 'Utils' ] )
 
 SENFSCons.Doxygen(env)