0cbf20a8264aa934ca1d3005b1611f31e8556ff3
[senf.git] / Packets / 80221Bundle / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob
5
6 ###########################################################################
7
8 (sources, tests), includes = SENFSCons.Glob(env)
9
10 SENFSCons.Object(env, target = '80221Bundle', sources=sources,
11                  testSources = tests + [ '80221Bundle.o' ])
12 SENFSCons.Lib(env, sources)
13
14 SConscript(glob.glob("*/SConscript"))