X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FUDPClientServer%2FSConscript;h=039d14a448c86abe73fb21962474eee3254ced14;hb=5e230d44a5ea8916dc41f4a5b9958a26fbf8e1a0;hp=b683c5b77054d1d8a0845ab83e5f2762d290d190;hpb=6b43243d9b1a3b9720efdacc6f02364877ebe2aa;p=senf.git diff --git a/Examples/UDPClientServer/SConscript b/Examples/UDPClientServer/SConscript index b683c5b..039d14a 100644 --- a/Examples/UDPClientServer/SConscript +++ b/Examples/UDPClientServer/SConscript @@ -3,7 +3,7 @@ import SENFSCons ########################################################################### -env.Default(env.Program('udpClient', 'udpClient.cc')) -env.Default(env.Program('udpServer', 'udpServer.cc')) +env.Alias('examples', env.Program('udpClient', 'udpClient.cc')) +env.Alias('examples', env.Program('udpServer', 'udpServer.cc')) SENFSCons.Doxygen(env)