# -*- python -*- Import('env') import SENFSCons, glob ########################################################################### sources, tests, includes = SENFSCons.Glob(env) objects = env.Object(sources) cobject = env.CombinedObject('MPEGDVBBundle', objects) env.Append(ALLOBJECTS = objects) env.BoostUnitTest('test', tests + cobject) env.InstallSubdir('$INCLUDEINSTALLDIR', includes)