X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FSConscript;h=e926ea55babbc7575879a066fae4f5997f72c98b;hb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;hp=a55a9e0bbf148d7791ca26d18b2dd7009242f80f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/SConscript b/senf/Socket/Protocols/SConscript index a55a9e0..e926ea5 100644 --- a/senf/Socket/Protocols/SConscript +++ b/senf/Socket/Protocols/SConscript @@ -1,14 +1,8 @@ # -*- python -*- Import('env') -import SENFSCons, glob +import SENFSCons ########################################################################### -SConscript(glob.glob("*/SConscript")) - -sources, tests, includes = SENFSCons.Glob(env) - -env.Append(ALLOBJECTS = env.Object(sources)) -env.BoostUnitTest('test', tests) -env.InstallSubdir('$INCLUDEINSTALLDIR', includes) +SENFSCons.AutoRules(env)