summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/header.pm
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r14347: Add registration function to allow registering smbtorture test(suites)Jelmer Vernooij1-1/+3
Fix mechanism for breaking lines when printing test names. (This used to be commit c1061f5fe478918f996fdeaa382a1f5552135bb9)
2007-10-10r14151: Add simple script that writes a summary to show what libraries the userJelmer Vernooij1-0/+1
(might) be missing. (This used to be commit ee90b8067915915af8ffbc0e04d1f4f5aae567cb)
2007-10-10r14072: - only add the 'lib' prefix to libraries not modulesStefan Metzmacher1-20/+0
- fix installation of plugins (and make it a bit more verbose - get rid of the '#define libfoo_module_init init_module' and genereated a wrapper function in bin/libfoo_module_init_module.c - change the standard visibility for modules to hidden - a few make clean fixes metze (This used to be commit 89b5667ab0f761e679fdee0f5c3d94942e67e28e)
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-2/+5
Applications that use LDB modules will now have to run ldb_global_init() before they can use LDB. The next step will be adding support for loading LDB modules from .so files. This will also allow us to use one LDB without difference between the standalone and the Samba-specific build (This used to be commit 52a235650514039bf8ffee99a784bbc1b6ae6b92)
2007-10-10r13654: Move some more stuff out of include/Jelmer Vernooij1-0/+95
(This used to be commit 2ec7bba03a2edf713004941e9ed74798f5cf8d32)