X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FSConscript;h=672c29beb5ca20b7c6bc8952f6c21b7a050c6919;hb=adcd3672d48f44103f2b4abc6417acf5d0107978;hp=6b3c30fd92411900453a6ae6eeec3d849beffe24;hpb=949e357e249299c8519aa3af62245a0010dcce44;p=senf.git diff --git a/Utils/Logger/SConscript b/Utils/Logger/SConscript index 6b3c30f..672c29b 100644 --- a/Utils/Logger/SConscript +++ b/Utils/Logger/SConscript @@ -11,9 +11,7 @@ SENFSCons.AllIncludesHH(env, [ f for f in glob.glob("*.hh") if ( f not in ('all_includes.hh','Logger.hh','SenfLog.hh') and not f.endswith('.test.hh') ) ]) sources = SENFSCons.GlobSources() -objects = SENFSCons.Objects( env, sources = sources, LIBS = [ 'Utils' ] ) - -SENFSCons.InstallIncludeFiles(env, [ 'SenfLog.hh' ]) +objects = SENFSCons.Objects( env, sources = sources, LIBS = [ 'Utils', 'Socket' ] ) SENFSCons.Doxygen(env)