X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FDVB%2FSConscript;h=abbb591114b15b944e99dc844875f7ad3aff8c83;hb=8a3a987daec0028a9e41abd09c187948c8cb393c;hp=e1c3df49e59f857a8305951ceaa2f2654c5793ec;hpb=6b43243d9b1a3b9720efdacc6f02364877ebe2aa;p=senf.git diff --git a/Socket/Protocols/DVB/SConscript b/Socket/Protocols/DVB/SConscript index e1c3df4..abbb591 100644 --- a/Socket/Protocols/DVB/SConscript +++ b/Socket/Protocols/DVB/SConscript @@ -7,8 +7,7 @@ import SENFSCons, glob SConscript(glob.glob("*/SConscript")) -SENFSCons.AllIncludesHH(env, [ f for f in glob.glob("*.hh") - if f not in ('all_includes.hh','DVB.hh') and not f.endswith('.test.hh') ]) +SENFSCons.AllIncludesHH(env, exclude=['DVB.hh']) sources, tests, includes = SENFSCons.Glob(env)