summaryrefslogtreecommitdiff
path: root/wscript_build
AgeCommit message (Collapse)AuthorFilesLines
2011-03-15build: install public headers in the build treeAndrew Tridgell1-0/+3
this symlinks our public headers into the build tree, which will allow us to refer to the public headers by their public name inside the source tree.
2011-02-24build: moved util_reg.c into a common subsystemAndrew Tridgell1-0/+1
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 05:53:52 CET 2011 on sn-devel-104
2011-02-24build: moved libds/common/flag_mapping.c into a common subsystemAndrew Tridgell1-0/+1
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-02-22s4-waf: added --enable-s3build configure optionAndrew Tridgell1-1/+2
this enables the build of the s3 binaries in the toplevel build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-02-22s3build: recurse into source3/Andrew Tridgell1-0/+6
we can now use common build rules Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-02-10auth Move auth_sam_reply into the top level.Andrew Bartlett1-0/+1
These functions provide conversions between some netlogon.idl and auth.idl structures Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-02-07waf: added top level build rules Andrew Tridgell1-0/+106
This adds build rules for the top level directory based on the ones from source4. This is an intermediate step towards a combined top level build which will build both the Samba3 (bin/smbd, bin/nmbd etc) and Samba4 (bin/samba) binaries from a single build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>