diff options
author | Michael Adam <obnox@samba.org> | 2012-05-11 22:11:42 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-05-14 04:04:55 +0200 |
commit | e945511aae52c0bc50007ffc703241c7da1db372 (patch) | |
tree | a8cfc6357fa4747417505d328a3a6d07f8dcd398 /wscript_build | |
parent | f5e5ed79ccc10e0b6aa50f6b6747d48d9505e7ee (diff) | |
download | samba-e945511aae52c0bc50007ffc703241c7da1db372.tar.gz |
move the dbwrap library to the top level
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon May 14 04:04:55 CEST 2012 on sn-devel-104
Diffstat (limited to 'wscript_build')
-rwxr-xr-x | wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build index 0a9d6976ed2..ddec5798a56 100755 --- a/wscript_build +++ b/wscript_build @@ -96,6 +96,7 @@ bld.RECURSE('libcli/cldap') bld.RECURSE('lib/subunit/c') bld.RECURSE('lib/smbconf') bld.RECURSE('lib/async_req') +bld.RECURSE('lib/dbwrap') bld.RECURSE('libcli/security') bld.RECURSE('libcli/ldap') bld.RECURSE('libcli/nbt') |