66f97a4d1d8f9e0f29c928dad1410369dc0bd7df
[senf.git] / Packets / 80211Bundle / 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='80211Bundle', sources=sources,
11                  testSources = tests + [ '80211Bundle.o' ])
12 SENFSCons.Lib(env, sources=sources)
13
14 env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes)
15
16 SConscript(glob.glob("*/SConscript"))