X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSConscript;h=b8589db943da997ada372854e58de7fb9af78701;hb=ae081e2733dee85ff8fe024150d41b38ea8d8140;hp=c81d6093fde48ef747c58002d8da8ab68518bd8b;hpb=cbda4fa567676eabc379cb06b7d79717f59e1a87;p=senf.git diff --git a/senf/SConscript b/senf/SConscript index c81d609..b8589db 100644 --- a/senf/SConscript +++ b/senf/SConscript @@ -14,4 +14,4 @@ if not env.GetOption('clean') and not os.path.exists("local_config.hh"): SConscript(list(set(glob.glob("*/SConscript")) - set(("Ext/SConscript",)))) SConscript("Ext/SConscript") -env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = [ 'config.hh', 'local_config.hh' ]) +env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = [ glob.glob("*.hh") ])