Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:lib: remove unused wscript_build file | Michael Adam | 2012-05-11 | 1 | -7/+0 |
| | | | | | This only contains a "GENCACHE" subsystem that is not referenced anywhere. | ||||
* | lib/util Move source3 tdb_wrap_open() into the common code. | Andrew Bartlett | 2011-05-06 | 1 | -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 | ||||
* | lib/compression: add shared wscript_build. | Günther Deschner | 2011-02-08 | 1 | -6/+0 |
| | | | | Guenther | ||||
* | s4-tdb: make tdb-wrap into a private library | Andrew Tridgell | 2010-10-30 | 1 | -6/+7 |
| | | | | this prevents double linking of the tdb wrap code | ||||
* | s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library. | Stefan Metzmacher | 2010-06-16 | 1 | -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> | ||||
* | s4-waf: more places missing libreplace | Andrew Tridgell | 2010-04-06 | 1 | -4/+1 |
| | |||||
* | s4-waf: more dependencies on talloc | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | | | | | these are needed so we can support a system talloc without using the bundled talloc.h | ||||
* | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | | | | them | ||||
* | build: commit all the waf build files in the tree | Andrew Tridgell | 2010-04-06 | 1 | -0/+30 |