X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSConscript;h=b8589db943da997ada372854e58de7fb9af78701;hb=0584aff454ea331f482f830c3ee16d4fdafb3ffb;hp=0eb33c694fba93a5d6536942ed3b283e1d7c3a07;hpb=dabe8f95330ac77629aabcb710627af474b440de;p=senf.git diff --git a/senf/SConscript b/senf/SConscript index 0eb33c6..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' ]) +env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = [ glob.glob("*.hh") ])