dafcda72dfda17cbd183fc461443117467634e86
[senf.git] / Packets / MPEGDVBBundle / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob
5
6 ###########################################################################
7
8 (sources, tests), includes = SENFSCons.Glob(env)
9
10 SENFSCons.Object(env, target='MPEGDVBBundle', sources=sources,
11                  testSources = tests + [ 'MPEGDVBBundle.o' ])
12 SENFSCons.Lib(env, sources)
13
14 env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes)