diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-06-19 12:43:10 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-06-19 05:38:07 +0200 |
commit | df4a6e82280845668dee6fe10f2025c9fa2b958c (patch) | |
tree | cebea2bd54ebe0e9e9efba35b687732d4d7d343a /lib/ldb-samba/wscript_build | |
parent | 6dc02e832a57a9af882bbb94dfa56bfdabb70eb8 (diff) | |
download | samba-df4a6e82280845668dee6fe10f2025c9fa2b958c.tar.gz samba-df4a6e82280845668dee6fe10f2025c9fa2b958c.tar.bz2 samba-df4a6e82280845668dee6fe10f2025c9fa2b958c.zip |
ldb: use tdb directly, not tdb_compat.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/ldb-samba/wscript_build')
-rw-r--r-- | lib/ldb-samba/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb-samba/wscript_build b/lib/ldb-samba/wscript_build index 85eb66c1b3..b0d2dcaa30 100644 --- a/lib/ldb-samba/wscript_build +++ b/lib/ldb-samba/wscript_build @@ -8,7 +8,7 @@ bld.SAMBA_LIBRARY('ldbsamba', source='ldif_handlers.c', autoproto='ldif_handlers_proto.h', public_deps='ldb', - deps='security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb_compat pyldb-util errors', + deps='security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb pyldb-util errors', private_library=True ) |