summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-29 16:57:41 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-29 10:00:32 +0200
commitf96793142d0b5a6e0bdb0bcf4811178f3274949c (patch)
treefa303bded5e951db2ad1af679f80604b29e99257 /wscript_build
parent3542bd324ecea130292909fd052f71ab0790b7d3 (diff)
downloadsamba-f96793142d0b5a6e0bdb0bcf4811178f3274949c.tar.gz
samba-f96793142d0b5a6e0bdb0bcf4811178f3274949c.tar.bz2
samba-f96793142d0b5a6e0bdb0bcf4811178f3274949c.zip
build: put doserr.c into it's own subsystem, so it's no longer a duplicate
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 29 10:00:32 CEST 2011 on sn-devel-104
Diffstat (limited to 'wscript_build')
-rw-r--r--wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build
index 174a25a282..74f5dc3018 100644
--- a/wscript_build
+++ b/wscript_build
@@ -94,6 +94,7 @@ bld.RECURSE('librpc')
bld.RECURSE('source4/client')
bld.RECURSE('source4/libcli')
bld.RECURSE('libcli/smb')
+bld.RECURSE('libcli/util')
bld.RECURSE('libcli/cldap')
bld.RECURSE('lib/subunit/c')
bld.RECURSE('source4/kdc')