Layout fixes (again IE .. :-( )
[senf.git] / Scheduler / SConscript
index 2909ad3..cbdb925 100644 (file)
@@ -1,10 +1,14 @@
+# -*- python -*-
+
 Import('env')
 import SatSCons
 
 ###########################################################################
 
+sources = SatSCons.GlobSources()
 SatSCons.StandardTargets(env)
 SatSCons.Lib(env,
              library = 'Scheduler',
-             sources = SatSCons.GlobSources(),
+             sources = sources,
              LIBS = [ 'Socket', 'Utils' ])
+SatSCons.Doxygen(env)