Remove SENFSCons.StandardTargets and SENFSCons.GlobalTargets
[senf.git] / Utils / SConscript
index e07dec0..a39548a 100644 (file)
@@ -7,7 +7,6 @@ import SENFSCons, glob, os.path
 
 sources, includes = SENFSCons.Glob(env, subdirs=[ 'impl' ])
 
-SENFSCons.StandardTargets(env)
 SENFSCons.Lib(env, sources)
 SENFSCons.Doxygen(env)
 SENFSCons.InstallIncludeFiles(env, includes)