X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSConscript;h=b8589db943da997ada372854e58de7fb9af78701;hb=0c032ed95aa957cdf6e2d173f8717874f26f45e3;hp=c81d6093fde48ef747c58002d8da8ab68518bd8b;hpb=58176d355b73d14490515294555df7ef795529bf;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") ])