X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FDaemon%2FSConscript;h=e926ea55babbc7575879a066fae4f5997f72c98b;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=9c34fd8fed019422d0978c73f54ea48ced509df5;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Daemon/SConscript b/senf/Utils/Daemon/SConscript index 9c34fd8..e926ea5 100644 --- a/senf/Utils/Daemon/SConscript +++ b/senf/Utils/Daemon/SConscript @@ -1,13 +1,8 @@ # -*- python -*- Import('env') -import SENFSCons, glob +import SENFSCons ########################################################################### -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)