X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTermlib%2FSConscript;h=27687727d203b8f9be895324d022b91b9e6d681b;hb=7d2d71183cf287c05d603e5a4954ed4eecf8a409;hp=9d1978ac79618892b22eec0f52bfbbb8c0f29294;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Termlib/SConscript b/senf/Utils/Termlib/SConscript index 9d1978a..2768772 100644 --- a/senf/Utils/Termlib/SConscript +++ b/senf/Utils/Termlib/SConscript @@ -5,10 +5,5 @@ import SENFSCons ########################################################################### -sources, tests, includes = SENFSCons.Glob(env, exclude=[ 'telnetServer.cc']) - -env.Append(ALLOBJECTS = env.Object(sources)) -env.BoostUnitTest('test', tests) -SENFSCons.Doxygen(env) -env.InstallSubdir('$INCLUDEINSTALLDIR', includes) +SENFSCons.AutoRules(env, exclude=[ 'telnetServer.cc']) env.Program('telnetServer', ['telnetServer.cc'])