sources, tests, includes = SENFSCons.Glob(env)
-env.Default(env.Program('mcsniffer', sources + env['PACKET_BUNDLES']))
+env.Program('mcsniffer', sources + env['PACKET_BUNDLES'])
###########################################################################
-env.Default(env.Program('multimcloop', [ 'MultiMCLoop.cc' ]))
+env.Program('multimcloop', [ 'MultiMCLoop.cc' ])
sources, tests, includes = SENFSCons.Glob(env)
-env.Default(env.Program('ratestuffer', sources))
+env.Program('ratestuffer', sources)
SENFSCons.Doxygen(env, extra_sources=[
env.Dia2Png('ratestuffer.dia')
###########################################################################
-env.Default(env.Program('udpClient', 'udpClient.cc'))
-env.Default(env.Program('udpServer', 'udpServer.cc'))
+env.Program('udpClient', 'udpClient.cc')
+env.Program('udpServer', 'udpServer.cc')
SENFSCons.Doxygen(env)