summaryrefslogtreecommitdiff
path: root/source4/wscript_build
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-11-07 10:05:56 +0100
committerKai Blin <kai@samba.org>2010-12-09 23:01:57 +0100
commit9df1b408c1b2432728ecc3d114854535f168b47a (patch)
treeb94ecd9fcce36af955ee5ca75d95a3148fad9345 /source4/wscript_build
parent5fcbb1676009de9e384a8f76e0c4ab1b43ce3746 (diff)
downloadsamba-9df1b408c1b2432728ecc3d114854535f168b47a.tar.gz
samba-9df1b408c1b2432728ecc3d114854535f168b47a.tar.bz2
samba-9df1b408c1b2432728ecc3d114854535f168b47a.zip
s4: Implement UDP echo server example
This is a simple UDP-based echo server. It is mainly intended as an example on how to do server service tasks in s4.
Diffstat (limited to 'source4/wscript_build')
-rw-r--r--source4/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/wscript_build b/source4/wscript_build
index 27c69328e0..c8c4e42720 100644
--- a/source4/wscript_build
+++ b/source4/wscript_build
@@ -58,6 +58,7 @@ bld.RECURSE('../lib/zlib')
bld.RECURSE('lib')
bld.RECURSE('lib/com')
bld.RECURSE('dns_server')
+bld.RECURSE('echo_server')
bld.RECURSE('smb_server')
bld.RECURSE('rpc_server')
bld.RECURSE('ldap_server')