e1c3df49e59f857a8305951ceaa2f2654c5793ec
[senf.git] / Socket / Protocols / DVB / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob
5
6 ###########################################################################
7
8 SConscript(glob.glob("*/SConscript"))
9
10 SENFSCons.AllIncludesHH(env, [ f for f in glob.glob("*.hh")
11                                if f not in ('all_includes.hh','DVB.hh') and not f.endswith('.test.hh') ])
12
13 sources, tests, includes = SENFSCons.Glob(env)
14
15 env.Append(ALLOBJECTS = env.Object(sources))
16 env.BoostUnitTest('test', tests)
17 env.InstallSubdir('$INCLUDEINSTALLDIR', includes)