654bbe52cc323d762c668161c7e932e33b1abdd0
[senf.git] / Packets / MPEGDVBBundle / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob
5
6 ###########################################################################
7
8 sources, includes = SENFSCons.Glob(env)
9
10 SENFSCons.Object(env, target='MPEGDVBBundle', sources=sources)
11 SENFSCons.Lib(env, sources[0])
12 SENFSCons.InstallIncludeFiles(env, includes)