X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FMPEGDVBBundle%2FSConscript;h=dafcda72dfda17cbd183fc461443117467634e86;hb=06367434e38b54b3fd4cea32bd4b67121b4349cd;hp=654bbe52cc323d762c668161c7e932e33b1abdd0;hpb=8b51cbcf5c5d3056e88e4b9d9939bcd2fab59f45;p=senf.git diff --git a/Packets/MPEGDVBBundle/SConscript b/Packets/MPEGDVBBundle/SConscript index 654bbe5..dafcda7 100644 --- a/Packets/MPEGDVBBundle/SConscript +++ b/Packets/MPEGDVBBundle/SConscript @@ -5,8 +5,10 @@ import SENFSCons, glob ########################################################################### -sources, includes = SENFSCons.Glob(env) +(sources, tests), includes = SENFSCons.Glob(env) -SENFSCons.Object(env, target='MPEGDVBBundle', sources=sources) -SENFSCons.Lib(env, sources[0]) -SENFSCons.InstallIncludeFiles(env, includes) +SENFSCons.Object(env, target='MPEGDVBBundle', sources=sources, + testSources = tests + [ 'MPEGDVBBundle.o' ]) +SENFSCons.Lib(env, sources) + +env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes)