Layout fixes (again IE .. :-( )
[senf.git] / Socket / SConscript
index d0ba53c..27cb277 100644 (file)
@@ -1,3 +1,5 @@
+# -*- python -*-
+
 Import('env')
 import SatSCons
 
@@ -12,5 +14,6 @@ SatSCons.Lib(env,
              sources = sources,
              LIBS = [ 'Utils' ])
 
-SatSCons.Doxygen(env,sources,
-                 image=[ 'SocketLibrary-classes.dia' ])
+SatSCons.Doxygen(env, extra_sources = [
+    env.Dia2Png('SocketLibrary-classes.dia')
+    ])