X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FSConscript;h=b117eacac176fdf77a15f5e0f61cbf86445ecbd6;hb=0a53d328bce9ddcd315ac69bf47771b78a9b69d4;hp=1819533cfc7b390705447c9181be6a643322ab28;hpb=22860b5b3420ac5b876690242845595650ff9dc3;p=senf.git diff --git a/Utils/SConscript b/Utils/SConscript index 1819533..b117eac 100644 --- a/Utils/SConscript +++ b/Utils/SConscript @@ -14,9 +14,12 @@ for sc in glob.glob("*/SConscript"): ob = SConscript(sc) if ob : objects.extend(ob) -SENFSCons.Lib(env, - library = 'Utils', - sources = objects) +lib = SENFSCons.Lib(env, + library = 'Utils', + sources = objects, + no_includes = True) + +SENFSCons.InstallSourceIncludes(env, Flatten([ lib, '.test.bin', 'Logger/.test.bin' ])) SENFSCons.Doxygen(env) SENFSCons.InstallIncludeFiles(env, [ 'Logger.hh', 'Daemon.hh' ])