s4 libcli: Add libcli_echo lib and torture test
[mat/samba.git] / source4 / wscript_build
index 474aca686c4e2c6846dd401abeffa296bbc2c080..9566d10d941c8f00f3338c3f88a444425203798d 100644 (file)
@@ -5,11 +5,14 @@
 import os
 srcdir = ".."
 
+import samba_version
+
 # create separate build groups for building the asn1 and et compiler, then
 # building the C from ASN1 and IDL, and finally the main build process
 bld.SETUP_BUILD_GROUPS()
 bld.AUTOCLEANUP_STALE_FILES()
 
+samba_version.load_version(bld.env)
 bld.SAMBA_MKVERSION('version.h')
 
 # bld.ENABLE_MAGIC_ORDERING()
@@ -55,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')
@@ -83,6 +87,7 @@ bld.RECURSE('../libcli/ldap')
 bld.RECURSE('../libcli/nbt')
 bld.RECURSE('../libcli/auth')
 bld.RECURSE('../libcli/drsuapi')
+bld.RECURSE('../libcli/echo')
 bld.RECURSE('../libcli/samsync')
 bld.RECURSE('lib/policy')
 bld.RECURSE('../libcli/named_pipe_auth')