summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-03-12 15:07:38 +0000
committerMichael Adam <obnox@samba.org>2015-03-17 11:30:52 +0100
commit867f0a80a828d965fc855cef31f0724550b01b4f (patch)
tree1ffc1184b48764512ee0862b7f414b862391b47c /wscript
parent0c47bdf295455034c414ba6f42fa9b8988e2ca2c (diff)
downloadsamba-867f0a80a828d965fc855cef31f0724550b01b4f.tar.gz
texpect: Do not depend on ccan
texpect is the only remaining user of ccan code. Copy in the two routines Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index 215bcaf4adc..4e065760806 100644
--- a/wscript
+++ b/wscript
@@ -151,7 +151,6 @@ def configure(conf):
conf.RECURSE('source4/lib/tls')
conf.RECURSE('source4/ntvfs/sysdep')
conf.RECURSE('lib/util')
- conf.RECURSE('lib/ccan')
conf.RECURSE('lib/util/charset')
conf.RECURSE('source4/auth')
conf.RECURSE('nsswitch')