X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FSConscript;h=c3eba01cf35e394971c7ab8a9916d4948e752971;hb=84f14a42f9993e186c7897ce0db021300e0a2d48;hp=dd2bd2395911ebc6d3e62272e2ea2e918622351d;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Logger/SConscript b/senf/Utils/Logger/SConscript index dd2bd23..c3eba01 100644 --- a/senf/Utils/Logger/SConscript +++ b/senf/Utils/Logger/SConscript @@ -1,15 +1,9 @@ # -*- python -*- Import('env') -import SENFSCons, glob +import SENFSCons ########################################################################### SENFSCons.AllIncludesHH(env, exclude=['Logger.hh','SenfLog.hh']) - -sources, tests, includes = SENFSCons.Glob(env) - -env.Append(ALLOBJECTS = env.Object(sources)) -env.BoostUnitTest('test', tests) -SENFSCons.Doxygen(env) -env.InstallSubdir('$INCLUDEINSTALLDIR', includes) +SENFSCons.AutoRules(env)