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