summaryrefslogtreecommitdiff
path: root/source4/lib/wscript_build
AgeCommit message (Collapse)AuthorFilesLines
2011-05-06lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett1-9/+0
This #if _SAMBA_BUILD == 3 is very unfortunate, as it means that in the top level build, these options are not available for these databases. However, having two different tdb_wrap lists is a worse fate, so this will do for now. Andrew Bartlett
2011-02-08lib/compression: add shared wscript_build.Günther Deschner1-6/+0
Guenther
2010-10-30s4-tdb: make tdb-wrap into a private libraryAndrew Tridgell1-6/+7
this prevents double linking of the tdb wrap code
2010-06-16s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher1-8/+0
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>
2010-04-06s4-waf: more places missing libreplaceAndrew Tridgell1-4/+1
2010-04-06s4-waf: more dependencies on tallocAndrew Tridgell1-1/+1
these are needed so we can support a system talloc without using the bundled talloc.h
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+30