Add SENFSCons.AutoRules and SENFSCons.AutoPacketBundle macro-like functions
[senf.git] / senf / Utils / Termlib / SConscript
index 9d1978a..2768772 100644 (file)
@@ -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'])