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