moved statistics classes from NetEmu to SENF
[senf.git] / Scheduler / SConscript
index ef26f80..fe44ea8 100644 (file)
@@ -5,10 +5,9 @@ import SENFSCons
 
 ###########################################################################
 
-sources = SENFSCons.GlobSources()
+sources, includes = SENFSCons.Glob(env)
+
 SENFSCons.StandardTargets(env)
-SENFSCons.Lib(env,
-             library = 'Scheduler',
-             sources = sources,
-             LIBS = [ 'Socket', 'Utils' ])
+SENFSCons.Lib(env, sources)
 SENFSCons.Doxygen(env)
+SENFSCons.InstallIncludeFiles(env, includes)