summaryrefslogtreecommitdiff
path: root/source4/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
* s4 nss_switch: fix build problem on computer without the iniparserMatthieu Patou2010-07-171-1/+1
| | | | | Although the build was ok on my workstation it appears that on build server it was not because the include path was not correct.
* s4-waf: add the missing bits for builing nss_winbind and pam_winbindMatthieu Patou2010-07-171-0/+1
| | | | This is something that was not picked up during the migration to waf
* Rename libgpo to lib/policy to avoid confusion with samba3 and add waf buildWilco Baan Hofman2010-06-201-1/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4-waf: create the smbd.tmp/messaging directoryAndrew Tridgell2010-04-211-1/+1
| | | | | | | this prevents a warning when we run net vampire from the install dir when samba has never been run previously Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-waf: follow the configure directories for the empty install dirsAndrew Tridgell2010-04-191-1/+1
| | | | Thanks to Metze for spotting this
* s4-waf: install some missing empty directoriesAndrew Tridgell2010-04-191-0/+3
|
* s4-python: Use standard infrastructure for finding included testtools, ↵Jelmer Vernooij2010-04-071-1/+0
| | | | subunit and iso8601.
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-061-77/+77
| | | | This works with both standalone lib builds and bundled builds
* s4-waf: updates for the new python installer from jelmerAndrew Tridgell2010-04-061-0/+1
|
* s4-waf: look in libintl for dgettext()Andrew Tridgell2010-04-061-1/+0
|
* s4-waf: cleaned up tevent dependencyAndrew Tridgell2010-04-061-1/+0
|
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: install pidlAndrew Tridgell2010-04-061-0/+1
|
* s4-waf: started adding auto-install of include filesAndrew Tridgell2010-04-061-2/+2
|
* s4-waf: cope with systems with zlib versions that are too oldAndrew Tridgell2010-04-061-1/+1
|
* s4-waf: remove the need for some of the lib aliasesAndrew Tridgell2010-04-061-4/+0
|
* build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell2010-04-061-1/+0
| | | | this stops lib/replace becoming a mess
* build: commented the missing subsystemsAndrew Tridgell2010-04-061-12/+14
|
* build: install codepage filesAndrew Tridgell2010-04-061-0/+1
|
* build: alias the libiconv target name for subsystems that depend on 'ICONV'Andrew Tridgell2010-04-061-1/+1
|
* build: optionally enable builtin poptAndrew Tridgell2010-04-061-1/+1
|
* build: fixed some more missing targetsAndrew Tridgell2010-04-061-5/+9
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-12/+8
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* build: nearly there on samba4 buildAndrew Tridgell2010-04-061-40/+6
|
* build: enable ENFORCE_GROUP_ORDERING()Andrew Tridgell2010-04-061-0/+1
| | | | also fixed ASN1 target names
* build: added generation of version.hAndrew Tridgell2010-04-061-0/+2
|
* build: fixes from itaAndrew Tridgell2010-04-061-0/+6
|
* build: another missing subsystem .....Andrew Tridgell2010-04-061-0/+2
|
* build: added build groupsAndrew Tridgell2010-04-061-0/+5
|
* build: heimdal_build waf supportAndrew Tridgell2010-04-061-5/+76
| | | | heimdal now mostly builds
* build: run the lib/replace rules firstAndrew Tridgell2010-04-061-0/+1
|
* build: add heimdal_buildAndrew Tridgell2010-04-061-0/+1
|
* build: on the fly dependency checkingAndrew Tridgell2010-04-061-3/+0
|
* build: check for circular build dependenciesAndrew Tridgell2010-04-061-0/+3
|
* build: added BUILD_SUBDIR() wrapperAndrew Tridgell2010-04-061-62/+62
|
* build: added top level scriptAndrew Tridgell2010-04-061-0/+64