X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FSConscript;h=9f77b74cb9bb296fe16d5b1a0bd8c81a7eb73982;hb=cf48e83de9d4793ca5bd67d1e5acdb5b20968638;hp=67f430b3e5cfa0ec50d893c697b7f8a522ee53a3;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Packets/80211Bundle/SConscript b/senf/Packets/80211Bundle/SConscript index 67f430b..9f77b74 100644 --- a/senf/Packets/80211Bundle/SConscript +++ b/senf/Packets/80211Bundle/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('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')