Buildsystem updates
[senf.git] / Examples / UDPClientServer / SConscript
diff --git a/Examples/UDPClientServer/SConscript b/Examples/UDPClientServer/SConscript
deleted file mode 100644 (file)
index ca4c4e8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# -*- python -*-
-
-Import('env')
-import SENFSCons
-
-###########################################################################
-
-env.Alias('examples', env.Program('udpClient', 'udpClient.cc'))
-env.Alias('examples', env.Program('udpServer', 'udpServer.cc'))
-
-SENFSCons.Doxygen(env)