summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-08-25 19:38:12 +0200
committerAndreas Schneider <asn@cryptomilk.org>2014-09-01 15:47:33 +0200
commit3ba74c83dc5a1fd067ce238d8a6276e4276d6827 (patch)
tree366cd05b010f095ee19461b03ef7817a63587ebb /wscript
parent9e42b0186525597de60fdb194a3e8f409f3d7d08 (diff)
downloadsamba-3ba74c83dc5a1fd067ce238d8a6276e4276d6827.tar.gz
lib/texpect: add texpect binary based on heimdals rkpty.
Guenther Pair-Programmed-With: Andreas Schneider <asn@samba.org> Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 37264f3fc7d..7b43c580ffd 100644
--- a/wscript
+++ b/wscript
@@ -165,6 +165,7 @@ def configure(conf):
conf.RECURSE('pidl')
conf.RECURSE('selftest')
conf.RECURSE('source3')
+ conf.RECURSE('lib/texpect')
conf.SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS()