Utils/Logger; Small documentation fix
[senf.git] / Utils / Logger / SConscript
index 138b282..ab682dd 100644 (file)
@@ -8,7 +8,8 @@ import SENFSCons, glob
 SENFSCons.StandardTargets(env)
 
 SENFSCons.AllIncludesHH(env, [ f for f in glob.glob("*.hh")
-                               if f not in ('all_includes.hh','INet.hh') and not f.endswith('.test.hh') ])
+                               if ( f not in ('all_includes.hh','Logger.hh')
+                                    and not f.endswith('.test.hh') ) ])
 sources = SENFSCons.GlobSources()
 objects = SENFSCons.Objects( env, sources = sources, LIBS = [ 'Utils' ] )