summaryrefslogtreecommitdiff
path: root/source4/wscript_build
AgeCommit message (Collapse)AuthorFilesLines
2010-10-28s4 net: rename to samba-tool in order to not clash with s3 netKai Blin1-1/+1
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104
2010-10-23s4 dns: Add a boilerplate DNS server implementationKai Blin1-0/+1
2010-10-21s4-waf: removed the XATTR and SASL aliasesAndrew Tridgell1-5/+0
these were hangovers from the old build system names Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-10-21s4-waf: removed dependencies on missing subsystemsAndrew Tridgell1-20/+0
these were left over from the old config.mk system
2010-10-14s4-waf: automatically remove stale C and header filesAndrew Tridgell1-0/+1
this prevents stale .c and .h files in bin/ from causing build problems Thanks to Thomas Nagy for the example implementation! Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 14 07:44:13 UTC 2010 on sn-devel-104
2010-10-01samba: share readline wrappers among all buildsystems.Günther Deschner1-1/+1
Guenther
2010-09-27s4-waf: remove NDR-SRVSVC alias.Günther Deschner1-1/+0
Thanks tridge, this was driving me nuts... Guenther
2010-09-27s4-smbtorture: remove unneeded dcerpc_mgmt alias.Günther Deschner1-1/+0
Guenther
2010-09-23lib-subunit: fixed build on systems without subunit devel libraryAndrew Tridgell1-0/+1
Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
2010-07-17s4 nss_switch: fix build problem on computer without the iniparserMatthieu Patou1-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.
2010-07-17s4-waf: add the missing bits for builing nss_winbind and pam_winbindMatthieu Patou1-0/+1
This is something that was not picked up during the migration to waf
2010-06-20Rename libgpo to lib/policy to avoid confusion with samba3 and add waf buildWilco Baan Hofman1-1/+1
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-04-21s4-waf: create the smbd.tmp/messaging directoryAndrew Tridgell1-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>
2010-04-19s4-waf: follow the configure directories for the empty install dirsAndrew Tridgell1-1/+1
Thanks to Metze for spotting this
2010-04-19s4-waf: install some missing empty directoriesAndrew Tridgell1-0/+3
2010-04-07s4-python: Use standard infrastructure for finding included testtools, ↵Jelmer Vernooij1-1/+0
subunit and iso8601.
2010-04-06s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell1-77/+77
This works with both standalone lib builds and bundled builds
2010-04-06s4-waf: updates for the new python installer from jelmerAndrew Tridgell1-0/+1
2010-04-06s4-waf: look in libintl for dgettext()Andrew Tridgell1-1/+0
2010-04-06s4-waf: cleaned up tevent dependencyAndrew Tridgell1-1/+0
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06s4-waf: install pidlAndrew Tridgell1-0/+1
2010-04-06s4-waf: started adding auto-install of include filesAndrew Tridgell1-2/+2
2010-04-06s4-waf: cope with systems with zlib versions that are too oldAndrew Tridgell1-1/+1
2010-04-06s4-waf: remove the need for some of the lib aliasesAndrew Tridgell1-4/+0
2010-04-06build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell1-1/+0
this stops lib/replace becoming a mess
2010-04-06build: commented the missing subsystemsAndrew Tridgell1-12/+14
2010-04-06build: install codepage filesAndrew Tridgell1-0/+1
2010-04-06build: alias the libiconv target name for subsystems that depend on 'ICONV'Andrew Tridgell1-1/+1
2010-04-06build: optionally enable builtin poptAndrew Tridgell1-1/+1
2010-04-06build: fixed some more missing targetsAndrew Tridgell1-5/+9
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-12/+8
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
2010-04-06build: nearly there on samba4 buildAndrew Tridgell1-40/+6
2010-04-06build: enable ENFORCE_GROUP_ORDERING()Andrew Tridgell1-0/+1
also fixed ASN1 target names
2010-04-06build: added generation of version.hAndrew Tridgell1-0/+2
2010-04-06build: fixes from itaAndrew Tridgell1-0/+6
2010-04-06build: another missing subsystem .....Andrew Tridgell1-0/+2
2010-04-06build: added build groupsAndrew Tridgell1-0/+5
2010-04-06build: heimdal_build waf supportAndrew Tridgell1-5/+76
heimdal now mostly builds
2010-04-06build: run the lib/replace rules firstAndrew Tridgell1-0/+1
2010-04-06build: add heimdal_buildAndrew Tridgell1-0/+1
2010-04-06build: on the fly dependency checkingAndrew Tridgell1-3/+0
2010-04-06build: check for circular build dependenciesAndrew Tridgell1-0/+3
2010-04-06build: added BUILD_SUBDIR() wrapperAndrew Tridgell1-62/+62
2010-04-06build: added top level scriptAndrew Tridgell1-0/+64