a55a9e0bbf148d7791ca26d18b2dd7009242f80f
[senf.git] / Socket / Protocols / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob
5
6 ###########################################################################
7
8 SConscript(glob.glob("*/SConscript"))
9
10 sources, tests, includes = SENFSCons.Glob(env)
11
12 env.Append(ALLOBJECTS = env.Object(sources))
13 env.BoostUnitTest('test', tests)
14 env.InstallSubdir('$INCLUDEINSTALLDIR', includes)