summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
* s4:lib/registry: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* Remove the 'dir' registry backend.Jelmer Vernooij2011-12-291-1/+1
| | | | This backend was incomplete, and we already have plenty of other backends.
* build: Expand dcerpc-samba grouping libraryAndrew Bartlett2011-05-181-1/+1
| | | | | | | This is possible in common now because the generated RPC code does not rely on a particular dcerpc layer. Andrew Bartlett
* build: moved util_reg.c into a common subsystemAndrew Tridgell2011-02-241-2/+2
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 05:53:52 CET 2011 on sn-devel-104
* ldbsamba: Lowercase library name.Jelmer Vernooij2010-11-071-1/+1
|
* s4-build: removed some unnecessary dependenciesAndrew Tridgell2010-10-301-1/+1
| | | | based on running waf --symbol-check
* talloc: change pytalloc-util to be a public library.Jelmer Vernooij2010-10-261-1/+1
|
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-5/+5
|
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-5/+5
|
* s4-waf: don't depend directly on python modulesAndrew Tridgell2010-10-211-1/+1
| | | | | | | | build rules should not list dependencies on python modules. Instead, if code needs the module it should use the python API import calls to access the module. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2010-06-161-1/+1
| | | | | | | | | 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:lib/registry: fix the waf buildStefan Metzmacher2010-04-271-1/+1
| | | | | | The pass to a source file is relative to the wscript* file. metze
* s4: use shared registry functions.Günther Deschner2010-04-271-1/+1
| | | | Guenther
* s4-waf: removed the unused installdir= option to SAMBA_BINARY()Andrew Tridgell2010-04-181-4/+0
| | | | | This was left over from the automatic conversion of the config.mk files
* s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell2010-04-061-4/+4
|
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: enable the pc_files in the build rulesAndrew Tridgell2010-04-061-1/+1
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-1/+1
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* build: much nicer pidl rulesAndrew Tridgell2010-04-061-2/+3
|
* build: enable ENFORCE_GROUP_ORDERING()Andrew Tridgell2010-04-061-0/+70
also fixed ASN1 target names