X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FSConscript;h=baa117a22748ff116e0499fd2270a1e13542c0b3;hb=0fff17bd2bcdbb1e91e216bf6e1bebc414713548;hp=373bffc47ad677efb987855b7e2ef35a058097f5;hpb=558583531d5042ece06b19fcd10132d2d1bc5ad0;p=senf.git diff --git a/Utils/SConscript b/Utils/SConscript index 373bffc..baa117a 100644 --- a/Utils/SConscript +++ b/Utils/SConscript @@ -1,11 +1,11 @@ # -*- python -*- Import('env') -import SatSCons +import SENFSCons ########################################################################### -sources = SatSCons.GlobSources() -SatSCons.StandardTargets(env) -SatSCons.Lib(env, 'Utils', sources) -SatSCons.Doxygen(env, sources, SatSCons.DoxyGlob()) +sources = SENFSCons.GlobSources() +SENFSCons.StandardTargets(env) +SENFSCons.Lib(env, 'Utils', sources) +SENFSCons.Doxygen(env)