X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FSConscript;h=baa117a22748ff116e0499fd2270a1e13542c0b3;hb=032707d24b1059febe83ce56b11fd79df106c6e2;hp=c679e5f1d8962c102db446767f897f464dcbbecd;hpb=11b5ed5acaf415f8a3d1ebb165aab76ea7c71179;p=senf.git diff --git a/Utils/SConscript b/Utils/SConscript index c679e5f..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 = SENFSCons.GlobSources() +SENFSCons.StandardTargets(env) +SENFSCons.Lib(env, 'Utils', sources) +SENFSCons.Doxygen(env)