summaryrefslogtreecommitdiffstats
path: root/wscript
Commit message (Collapse)AuthorAgeFilesLines
* selftest: Move Samba4 selftest wscript to the top levelAndrew Bartlett2011-04-161-2/+2
|
* build: added include/public to the list of include pathsAndrew Tridgell2011-03-151-1/+1
| | | | this allows us to use the public name of any header in the source tree
* Fix broken build with make dist tarballsSimo Sorce2011-02-231-1/+1
| | | | | Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Wed Feb 23 22:02:06 CET 2011 on sn-devel-104
* s4-waf: fixed make test for toplevelAndrew Tridgell2011-02-221-2/+1
| | | | | | | amazingly, os.putenv() is broken. If you do os.putenv('FOO', '1') and then do os.getenv('FOO') you don't get '1' Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-waf: added --enable-s3build configure optionAndrew Tridgell2011-02-221-1/+9
| | | | | | this enables the build of the s3 binaries in the toplevel build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3build: use source3/wscript for s3 configure rulesAndrew Tridgell2011-02-221-0/+5
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* build: remember the flags used for undefined variable errorsAndrew Tridgell2011-02-181-2/+2
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* waf Remove debugging hacks left in the top level buildAndrew Bartlett2011-02-091-1/+1
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Feb 9 01:55:15 CET 2011 on sn-devel-104
* build: fixed top level etags and ctags targetAndrew Tridgell2011-02-071-2/+2
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* waf: added top level build rules Andrew Tridgell2011-02-071-0/+199
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>