X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80221Bundle%2FSConscript;h=7372e6cd108f6d0f71effee421594fbd87cbaa6f;hb=8dbb3db32c2a258edcbd70e3f1b526e7e3b97b49;hp=f58e4ec4e5e441aecbc6d78379bc0012c97cbfb9;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Packets/80221Bundle/SConscript b/senf/Packets/80221Bundle/SConscript index f58e4ec..7372e6c 100644 --- a/senf/Packets/80221Bundle/SConscript +++ b/senf/Packets/80221Bundle/SConscript @@ -1,20 +1,8 @@ # -*- python -*- Import('env') -import SENFSCons, glob +import SENFSCons ########################################################################### -sources, tests, includes = SENFSCons.Glob(env) - -objects = env.Object(sources) -cobject = env.CombinedObject('80221Bundle', objects) -env.Default(cobject) -env.Append(ALLOBJECTS = objects) -env.Append(PACKET_BUNDLES = cobject) -env.BoostUnitTest('test', tests + cobject) - -env.Install('$OBJINSTALLDIR', cobject) -env.InstallSubdir('$INCLUDEINSTALLDIR', includes) - -SConscript(glob.glob("*/SConscript")) +SENFSCons.AutoPacketBundle(env, '80221Bundle')