Implement libPacket protocol bundles
[senf.git] / Packets / DefaultBundle / 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, target = 'DefaultBundle', sources=sources,
13                  LIBS = ['Packets', 'Socket', 'Utils'])
14