b8952e4b2648987846a7ed2d2f4f8ceb50ca45f2
[senf.git] / Packets / 80211Bundle / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob
5
6 ###########################################################################
7
8 sources = SENFSCons.GlobSources()
9
10 SENFSCons.StandardTargets(env)
11
12 SENFSCons.Object(env, 
13     target = '80211Bundle', 
14     sources=sources,
15     LIBS = ['Packets', 'Socket', 'Utils'])
16
17 SENFSCons.Lib(env, 
18     library = 'Packets_80211Bundle',
19     sources = sources[0],
20     no_includes = 1)
21                  
22 SConscript(glob.glob("*/SConscript"))