Port SENF to compile against boost-1.35
[senf.git] / Utils / Daemon / SConscript
index d7d4586..db6cfbe 100644 (file)
@@ -12,6 +12,6 @@ sources = SENFSCons.GlobSources()
 SENFSCons.Lib( env,
                library = 'Utils_Daemon',
                sources = sources,
-               LIBS = [ 'Scheduler', 'Utils' ] )
+               LIBS = [ 'Scheduler', 'Socket', 'Utils' ] )
 
 SENFSCons.Doxygen(env)