summaryrefslogtreecommitdiff
path: root/source4/lib/ldb-samba/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-10 17:34:21 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-10 23:09:06 +0200
commit7f68870bc939e33df958f708ec7f46253fefadd9 (patch)
treee11061d30132281ea4cb53d6bf3bfac9222b8786 /source4/lib/ldb-samba/wscript_build
parent938cb40290af72bdd887d964f46ccc00d80ab744 (diff)
downloadsamba-7f68870bc939e33df958f708ec7f46253fefadd9.tar.gz
samba-7f68870bc939e33df958f708ec7f46253fefadd9.tar.bz2
samba-7f68870bc939e33df958f708ec7f46253fefadd9.zip
ldb-samba: Split up ldb_wrap_connect() a bit.
Diffstat (limited to 'source4/lib/ldb-samba/wscript_build')
-rw-r--r--source4/lib/ldb-samba/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build
index d647884353..fd07fd1aff 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'
+ deps='LIBSECURITY LIBNDR NDR_DRSBLOBS CREDENTIALS UTIL_LDB NDR_DNSP SAMDB'
)