diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-17 10:37:23 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-17 09:40:13 +0000 |
commit | 8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0 (patch) | |
tree | 0bb2994e76e1a69316a057def70e4986b58c1086 /source4/lib/ldb-samba/wscript_build | |
parent | 39bd4ce92055f79e55e2f228537324d7f1401cc0 (diff) | |
download | samba-8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0.tar.gz samba-8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0.tar.bz2 samba-8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0.zip |
s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb/common/util.c"
They're only in use by SAMDB code.
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sun Oct 17 09:40:13 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/lib/ldb-samba/wscript_build')
-rw-r--r-- | source4/lib/ldb-samba/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build index fd07fd1aff..a2ac32bdbe 100644 --- a/source4/lib/ldb-samba/wscript_build +++ b/source4/lib/ldb-samba/wscript_build @@ -9,7 +9,7 @@ bld.SAMBA_SUBSYSTEM('LDBSAMBA', autoproto='ldif_handlers_proto.h', public_deps='ldb', public_headers='ldb_wrap.h', - deps='LIBSECURITY LIBNDR NDR_DRSBLOBS CREDENTIALS UTIL_LDB NDR_DNSP SAMDB' + deps='LIBSECURITY LIBNDR NDR_DRSBLOBS CREDENTIALS NDR_DNSP SAMDB' ) |