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