X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FSConscript;h=d74fc60356683094212ca497d0738e1a5243f4b8;hb=8a3a987daec0028a9e41abd09c187948c8cb393c;hp=50962cd6a992c368464f558d07bdbd7ab0653edc;hpb=6b43243d9b1a3b9720efdacc6f02364877ebe2aa;p=senf.git diff --git a/PPI/SConscript b/PPI/SConscript index 50962cd..d74fc60 100644 --- a/PPI/SConscript +++ b/PPI/SConscript @@ -7,9 +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','PPI.hh') \ - and not f.endswith('.test.hh') ]) +SENFSCons.AllIncludesHH(env, exclude = ['PPI.hh']) sources, tests, includes = SENFSCons.Glob(env, subdirs=[ 'detail' ])