diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-06-16 13:43:38 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-06-16 14:07:28 +0200 |
commit | 6dbcffb51d979094cbdac80df5e9480475230137 (patch) | |
tree | 31a1405822da012949a811433981bb48dde26ca3 /source4/lib/wscript_build | |
parent | 8843eea2e06736f27080eedab883ffc51feacb33 (diff) | |
download | samba-6dbcffb51d979094cbdac80df5e9480475230137.tar.gz samba-6dbcffb51d979094cbdac80df5e9480475230137.tar.bz2 samba-6dbcffb51d979094cbdac80df5e9480475230137.zip |
s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.
This is needed to remove samba specifc symbols from the bundled
ldb, in order to get the ABI right.
metze
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/lib/wscript_build')
-rw-r--r-- | source4/lib/wscript_build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/lib/wscript_build b/source4/lib/wscript_build index 44267629d3..49da72caca 100644 --- a/source4/lib/wscript_build +++ b/source4/lib/wscript_build @@ -13,14 +13,6 @@ bld.SAMBA_SUBSYSTEM('GENCACHE', ) -bld.SAMBA_SUBSYSTEM('LDB_WRAP', - source='ldb_wrap.c', - public_deps='ldb', - public_headers='ldb_wrap.h', - deps='LDBSAMBA UTIL_LDB' - ) - - bld.SAMBA_SUBSYSTEM('TDB_WRAP', source='tdb_wrap.c', public_deps='tdb talloc', |