added scheduler watchdog members to sys/scheduler console dir
[senf.git] / senf / Utils / Console / SConscript
index dfcac7b..935cad1 100644 (file)
@@ -5,10 +5,5 @@ import SENFSCons
 
 ###########################################################################
 
-sources, tests, includes = SENFSCons.Glob(env, exclude=['testServer.cc'])
-
-env.Append(ALLOBJECTS = env.Object(sources))
-env.BoostUnitTest('test', tests)
-SENFSCons.Doxygen(env)
-env.InstallSubdir('$INCLUDEINSTALLDIR', includes)
-env.Program('testServer', ['testServer.cc'])
+SENFSCons.AutoRules(env,  exclude=['testServer.cc'])
+env.Alias('examples', env.Program('testServer', ['testServer.cc']))