diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-29 16:57:41 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-29 10:00:32 +0200 |
commit | f96793142d0b5a6e0bdb0bcf4811178f3274949c (patch) | |
tree | fa303bded5e951db2ad1af679f80604b29e99257 /wscript_build | |
parent | 3542bd324ecea130292909fd052f71ab0790b7d3 (diff) | |
download | samba-f96793142d0b5a6e0bdb0bcf4811178f3274949c.tar.gz |
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_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build index 174a25a282e..74f5dc3018a 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') |