X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FSConscript;h=5f7c5d9cfb47e85f67ee2aed5349924c16039568;hb=ddb2132be4265f8a0d7d4c954c7c9401e59d027c;hp=67f430b3e5cfa0ec50d893c697b7f8a522ee53a3;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Packets/80211Bundle/SConscript b/senf/Packets/80211Bundle/SConscript index 67f430b..5f7c5d9 100644 --- a/senf/Packets/80211Bundle/SConscript +++ b/senf/Packets/80211Bundle/SConscript @@ -1,20 +1,10 @@ # -*- python -*- Import('env') -import SENFSCons, glob +import SENFSCons ########################################################################### -sources, tests, includes = SENFSCons.Glob(env) +SConscript(env.Glob("*/SConscript")) -objects = env.Object(sources) -cobject = env.CombinedObject('80211Bundle', 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, '80211Bundle')