X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FUN%2FSConscript;h=33e12acf9eecd0e6060455d956da33b3004806d8;hb=8a3a987daec0028a9e41abd09c187948c8cb393c;hp=6366cfd1b6c9735bbeb6c67c387563148b1e2b32;hpb=6b43243d9b1a3b9720efdacc6f02364877ebe2aa;p=senf.git diff --git a/Socket/Protocols/UN/SConscript b/Socket/Protocols/UN/SConscript index 6366cfd..33e12ac 100644 --- a/Socket/Protocols/UN/SConscript +++ b/Socket/Protocols/UN/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','UN.hh') and not f.endswith('.test.hh') ]) +SENFSCons.AllIncludesHH(env, exclude=['UN.hh']) sources, tests, includes = SENFSCons.Glob(env)