X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSConscript;h=c81d6093fde48ef747c58002d8da8ab68518bd8b;hb=58176d355b73d14490515294555df7ef795529bf;hp=0eb33c694fba93a5d6536942ed3b283e1d7c3a07;hpb=d50de02b928fc52765bd5d2cd15f6063a49d214d;p=senf.git diff --git a/senf/SConscript b/senf/SConscript index 0eb33c6..c81d609 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 = [ 'config.hh', 'local_config.hh' ])